πŸ“Š MySQL
Q. What is the default value of column?
  • (A) NULL
  • (B) 0
  • (C) -1
  • (D) Undefined
πŸ’¬ Discuss
βœ… 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.

Explanation by: Ranjeet
In MySQL, when you create a new table and define a column, it often needs a starting value. This is called the default value.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
105
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ranjeet
Publisher
πŸ“ˆ
81%
Success Rate