Question 21
Which command revokes a user's privilege to update a table?
Question 22
What will the following SQL statement output?
SELECT first_name || ' ' || last_name AS full_name FROM employees;
Question 23
What does the NEXTVAL pseudocolumn do in SQL?
Question 24
Which function is used to convert a string to uppercase in SQL?
Question 25
Which of the following data dictionary views provides information about constraints on tables?
