Q. What does the ALTER TABLE Statement do?
β
Correct Answer: (B)
Columns in the SQL database can be created, deleted, or modified with this SQL statement.
Explanation: Columns in the SQL database can be created, deleted, or modified with ALTER TABLE SQL statement.