Q. What is the purpose of the `DEFAULT` keyword in table creation?
β
Correct Answer: (C)
Sets a default value for a column
Explanation: `DEFAULT` sets a default value for a column if none is provided during insertion.