Class 12 Computer Science Chapter 4 Structured Query Language (Sql) Quiz 5 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. .... Command withdraws the access permission given by the GRANT statement
2. In order to modify data in a database we would use which SQL statement?
3. A column in a database
4. The HAVING clause includes a predicate used to filter rows resulting from the ..... clause
5. What does a declarative language mean in the context of SQL?
6. ANSI stands for .....
7. A primary key can be set to null.
8. ..... command restores the database to last commit state
9. Which SQL function is used to count the number of rows in a SQL query?
10. What can you do with SQL besides the mentioned commands?
11. What word is missing from the line below?SELECT * ..... CUSTOMER;
12. List the Data Definition Language (DDL) command.
13. What is the purpose of *?
14. Identify if there is an error in the SQL UPDATE statement below:UPDATE Employee ..... details SHOW Employee ..... details.Lastname = 'THANTRA', Employee ..... details.Salary = '3600' WHERE Employee ..... details.ID =8;
15. Values of ..... type is enclosed in single quotes.
16. .... are instructions given by the user to the database also known as statements.
17. Return only the customers who have ER anywhere in their last name.
18. Which keyword is used to add conditions to your query?
19. What represents no value?
20. With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" ends with an "a" ?
21. WHICH QUERY?defines the list of tables the data will come from
22. You're creating a table for a movie database.Which column should be a foreign key?
23. SQL is
24. Select all the possible data types in an sql database
25. What are Joins?