Question 16
Which function is used to extract the year from a date in SQL?
Question 17
How can a synonym benefit database design?
Question 18
Which command is used to add a new column to an existing table?
Question 19
Which SQL function can be used to replace NULL values with a specified value?
Question 20
What will the following query do?
DELETE FROM employees
WHERE department_id = 20;
