InterviewSolution
Saved Bookmarks
| 1. |
What default value gets stored in columns of the table?(a) NULL(b) 0(c) 1(d) -1This question was addressed to me in an online quiz.This question is from Table Creation in section Using SQL to Manage Data of MySQL |
|
Answer» The correct choice is (a) NULL |
|