Advertisements
Advertisements
प्रश्न
Assertion (A): We can retrieve records from more than one table in MYSQL.
Reason (R): Foreign key is used to establish a relationship between two tables.
विकल्प
Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation for Assertion (A).
Both Assertion (A) and Reason (R) are true and Reason (R) is not the correct explanation for Assertion (A).
Assertion (A) is true but, Reason (R) is false.
Assertion (A) is false but, Reason (R) is true.
Advertisements
उत्तर
Both Assertion (A) and Reason (R) are true and Reason (R) is not the correct explanation for Assertion (A).
Explanation:
Foreign key establishes relation between tables and this relation helps to retrieve data from multiple tables, but the reason stated is not the reason for the assertion statement.
