InterviewSolution
Saved Bookmarks
| 1. |
What is the role of “CONSTRAINS” in defining a table in Mysql?(a) Declaring primary key(b) Declaring Foreign Key(c) Restrictions on columns(d) All of the mentionedThe question was asked at a job interview.The question is from Table Creation topic in portion Using SQL to Manage Data of MySQL |
|
Answer» RIGHT OPTION is (d) All of the mentioned Easiest EXPLANATION: NONE. |
|