InterviewSolution
Saved Bookmarks
| 1. |
What is the default value of column?(a) NULL(b) 0(c) -1(d) Undefined |
|
Answer» Correct choice is (a) NULL Easiest explanation: When table is defined in Mysql then each column related to table will contain NULL Value as default. |
|