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

Quiz Instructions

Select an option to see the correct answer instantly.

1. State True or False:1. SELECT statement is used to extract records from one or more tables
2. What does * mean when writing code?
3. Which type of language is SQL?
4. What could be the correct datatype for 'H.NO. 234, SEC-14' data
5. State the use of WHERE clause.
6. Pernyataan SQL manakah yang digunakan untuk mengekstrak data daripada pangkalan data?
7. Choose SQL command to display the name of cake that end with word cheese.
8. SELECT *FROM BarangORDER BY NamaBarang DESCPernyataan diatas bertujuan untuk
9. In a database, what is the role of a primary key?
10. TRUE OR FALSE:when adding data to all fields in a table, you still have to specify the field names
11. Choose the CORRECT query for using comparison operators in SQL.
12. Which SQL statement is used to update existing records in a table?
13. Which of the following SQL clauses is used to DELETE tuples from a database table?
14. What is the default sorting order of the ORDER BY clause in SQL?
15. Arthur is working on a database for his school project and wants to retrieve specific data from a table. Which SQL statement should he use?
16. Apakah maksud SQL?
17. What does the SQL command 'DROP TABLE' do?
18. Which of the following is the label we give a column that the "outside world" uses to look up a particular row?
19. Which function is used to calculate the summary values?
20. .... have a special meaning in SQL.
21. SQL query to find all the cities whose humidity is 95.
22. The ..... consist of SQL statements used to define the database structure or schema.
23. Images, PDF, movies cannot be stored in a database.
24. Apakah penyataan SQL untuk mengemas kini nombor telefon '012345678' hanya untuk attribut DesignerID, "SMI01" dalam jadual "Designer" ?
25. What does the SQL statement 'SELECT * FROM world WHERE name = Algeria' do?