Question 11
Which SQL keyword is used to remove duplicate rows from the result set of a query?
Question 12
Which type of privilege allows a user to perform administrative tasks, such as creating other users?
Question 13
What does the following SQL statement do?
ALTER TABLE employees DROP COLUMN salary;
Question 14
What is a SELF JOIN in SQL?
Question 15
How are NULL values treated in relational databases?
