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?
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.