Q. What is the default value of column?
β
Correct Answer: (A)
NULL
Explanation: In MySQL, when you create a new table and define a column, it often needs a starting value. This is called the default value.