1. What is a view in SQL?
2. Which SQL statement is used to create a view?
3. Which of the following is a DDL statement?
4. Which of the following is a DML statement?
5. What is the purpose of the INSERT statement in SQL?
6. Which SQL statement is used to delete records from a table?
7. What is the purpose of the UPDATE statement in SQL?
8. Which SQL statement is used to add a new column to an existing table?
9. What is the purpose of the JOIN clause in SQL?
10. Which type of JOIN returns all rows from both tables, even if there is no match?
11. Which SQL statement is used to remove a table from the database?
12. What is the purpose of the TRUNCATE statement in SQL?
13. Which SQL statement is used to create an index on a table?
14. Which SQL statement is used to rename a table?
15. Which SQL statement is used to delete an index from a table?