InterviewSolution
Saved Bookmarks
| 1. |
Is it necessary to insert the value in each column of the table?(a) Yes(b) No(c) Depends on the server(d) Depends on the usage of the tableI got this question at a job interview.Enquiry is from Populating & Modifying Tables in division Using SQL to Manage Data of MySQL |
|
Answer» RIGHT option is (b) No The BEST I can explain: It is not necessary to insert the value in each COLUMN because there ALWAYS a default value is inserted by the server “NULL”. |
|