Database Worksheet (Class10)
Database Worksheet (Class10)
1. In OpenOffice Base, the relationship applied on the tables can be removed with the help of _ option.
(CBSE 2023-24)
a. Clear b. Remove c. Drop d. Delete
2. In SQL, the keyword to display records in ascending order is: (CBSE 2023-24)
a. Asce c. Asc b. Incr d. HighOnline courses
3. _ is a numeric data type which can store Yes/No type values in the form of 0 or 1 in OpenOffice Base
table. (CBSE 2023-24)
a. Boolean c. Binary b. Char d. OtherObject
4. Which of the following statement retrieves zero or more rows from one or more database tables or
database views? (CBSE 2023-24)
a. UPDATE c. SELECT b. DELETE d. DISPLAY
5. Roshni has created a table Customer in SQL and wants to store photograph image of every customer
under Cust_photo field. Suggest a suitable data type from the options given below. (CBSE 2023-24)
a. IMAGE b. PICTURE c. LONGVARBINARY d. GRAPHIC
6. By default, all the fields in OpenOffice Base will have _ datatype. (CBSE 2023-24)
a. int (tiny) c. text (varchar) b. Boolean d. text (char)
7. In OpenOffice Base, the relationship applied on the tables can be removed with the help of _ option.
(CBSE COMP 2023-24)
a. Clear c. Drop b. Remove d. Delete
8. In SQL, the keyword to display records in ascending order is: (CBSE COMP 2023-24)
a. Asce c. Asc b. Incr d. High
9. _ is a numeric data type which can store Yes/No type values in the form of 0 or 1 in OpenOffice Base
table. (CBSE COMP 2023-24)
a. Boolean c. Binary b. Char d. OtherObject
10. Which of the following statement retrieves zero or more rows from one or more database tables or
database views? (CBSE COMP 2023-24)
a. UPDATE c. SELECT b. DELETE d. DISPLAY
11. Roshni has created a table Customer in SQL and wants to store photograph image of every customer
under Cust_photo field. Suggest a suitable data type from the options given below.
a. IMAGE b. PICTURE c. LONGVARBINARY d. GRAPHIC
12. By default, all the fields in OpenOffice Base will have _ datatype. (CBSE COMP 2023-24)
a. int (tiny) c. text (varchar) b. Boolean d. text (char)
13. Which one of the following is not an example of DBMS? (CBSE 2022-23)
a. PostgresSQL b. SQLite c. FoxPro d. Impress
14. A is an interface in a user specified layout that lets users to view, enter, and change data directly in
database objects such as tables. (CBSE 2022-23)
a. frame b. form c. relation d. report
18. ______clause can be used with the SELECT statement in SQL to specify which rows to retrieve from
the table.
a. WHERE b. GROUP c. SAME d. SIMILAR
19. A _ is a database object that provides a systematic way to accept data from the user and store it in a
table of a database. (CBSE COMP 2022-23)
a. Query b. Form c. Report d. Table
20. Primary Keys are also _ in the database, making it faster for the database to search for a record.
(CBSE COMP 2022-23)
a. indexed b. defined c. duplicated d. replicated
21. Record uniqueness in a table helps to avoid accidental _ of records caused by user or computer
error. (CBSE COMP 2022-23)
a. duplication b. key c. deletion d. removal
23. Binary data types are used for storing data in _. (CBSE COMP 2022-23)
a. integer format b. character format c. text format d. binary format
24. _ means that the query uses criteria you provide to hide some data and present only what you want
to see. (CBSE COMP 2022-23)
a. Indexing b. Sorting c. Filtering d. Relating
b. Remove
Q1. Which of the following will help to maintain the unique record in the table?
a. Foreign Key b. Primary Key c. Composite Key d. Alternate Key
Q2. Which of the following field of table “Book” can act as the primary key?
a. Book_number b. Subject c. price d. Author_name
Q3. When the primary key is made up of two or more columns then it is called __ primary key.
a. Mixed b. Reference c. Composite d. Compost
Q5. A key which is referring to the primary key of another table is called _
a. Alternate Key b. Primary Key c. First Primary Key d. Foreign Key
Q6. A field that is __ for each and every record is called the Primary key.
a. Common b. Same c. Unique d. None of the above
Q7. When data is stored, maintained, and retrieved from multiple tables then special database software
are required called __
a. DBMS b. RDBMS c. Special DBMS d. All of the above
Table: Sales
sales (Primary Key)
ClientID
Profit