Table Queries
Q1.
Which SQL command is used to create a new table?
Q2.
Which command is used to modify an existing table structure?
Q3.
Which SQL command deletes a table permanently?
Q4.
Which command removes all records but keeps the table?
Q5.
Which constraint ensures unique values in a column?