Informatics Practices

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?

SQL Queries

2 Likes

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.

Answered By

1 Like


Related Questions