NEOCODE

SQL MCQs

1. Which SQL statement is used to create a table?

2. Which SQL statement is used to add new rows to a table?

3. Which SQL statement is used to remove rows from a table?

4. Which SQL statement is used to modify existing data in a table?

5. Which SQL statement is used to delete a table?

6. Which SQL statement is used to add a new column to an existing table?

7. Which SQL statement is used to remove all rows from a table without deleting the table?

8. Which SQL statement is used to change the structure of an existing table?

9. Which SQL statement is used to delete a database?

10. Which SQL statement is used to insert multiple rows into a table?

11. Which SQL statement is used to delete specific rows from a table?

12. Which SQL statement is used to update specific rows in a table?

13. Which SQL statement is used to create a new database?

14. Which SQL statement is used to rename a table?

15. Which SQL statement is used to delete a column from a table?