CBSE Class 11 Informatics Practices Question 11 of 40

Practice Paper — Question 11

Back to all questions
11
Question

Question 11

If you add a new column in a table using the Alter Table command, which value is inserted in the new column for the existing rows?

Answer

If we add a new column in a table using the Alter Table command, the new column will be filled with NULL for all existing rows.