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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What does the SQL statement 'DELETE FROM world WHERE population > 10000000' do?
2. What is a record (row) in a database table?
3. What is a special value in SQL that represents missing or unknown data?
4. Pernyataan (a) ..... dalam SQL digunakan untuk membina jadual daripada pangkalan data, manakala pernyataan (b) ..... dalam SQL digunakan untuk menghapuskan jadual daripada pangkalan data.
5. SQL query to find the temperature in increasing order of all cities.
6. WHICH QUERY?defines the list of search criteria
7. The ..... consists of commands used to query or retrieve data from a database.
8. What is the main purpose of a relational database?
9. Which command is used to add a new field to an existing table in SQL?
10. Which SQL command is used to select specific data from a table?
11. What does a NULL value represent in SQL?
12. Select SQL command to insert values in COURSE table.
13. Which of the following scripts will run successfully?
14. "INSERT INTO" is the keyword used to insert data into tables.
15. What can you do with SQL besides the commands mentioned?
16. What is missing in this code? SELECT * FROM WHERE genre = 'action' ORDER BY year ASC;
17. What is the SQL keyword that reconnects rows with foreign keys with the corresponding data in the table that the foreign key points to?
18. What does the SQL command 'SELECT *' do?
19. SQL is a ..... language designed for the retrieval and management of relational database.
20. What is the purpose of the 'like' keyword in SQL?
21. Where does the CREATE Command belong?
22. The command to remove rows from a table 'CUSTOMER' is .....
23. What is the purpose of the 'update' command in SQL?
24. The LIMIT clause reduces the number of rows returned by a query.
25. Differentiate between DELETE and DROP command.