wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Class 10th DBMS

Total questions: 23

Worksheet time: 17mins

Name
Class
Date
1.

Which one of the following is not an example of DBMS?

a)

PostgresSQL

b)

SQLite

c)

FoxPro

d)

Impress

2.

Which of the following is not the advantage of database?

a)

Sharing of Data

b)

Reduce Data Redundancy

c)

Increase Data Inconsistency

d)

Data Security

3.

Which of the following field of table "Book" can act as Primary Key?

a)

Book_number

b)

Subject

c)

price

d)

Author_name

4.

When Primary Key is made up of two or more columns then it is called................ key.

a)
Composite Key
b)
Unique Key
c)
Foreign Key
d)

reference key

5.

Duplication of data is called ................................

a)

Inconsistency

b)

Consistency

c)

Redundancy

d)

Foreign Key

6.

............... are dedicated computers that hold the actual databases and run only DBMS and related Software.

a)

Main Server

b)

Web Server

c)

Database Server

d)

Non Database Server

7.

.................... are the basic building blocks of a database.

a)

Tables

b)

Record

c)

Fields

d)

All of these

8.

By default the length of Varchar data type is ...................

a)

20

b)

40

c)
10
d)

50

9.

By default the name of the table is ....................... ( when you create a new table in DB).

a)

a. Tab 1

b)

b. Table 1

c)

c First Table

d)

d. Untitled 1

10.

................................ are used to identify which type of data we are going to store in the database.

a)

a. Datatype

b)

b. Record

c)

c Table

d)

d. Attributes

11.

Which data type will be appropriate to store information such as Salary, Fees, Price, etc.?

a)

a. Alphanumeric Data types

b)

b. Numeric Data type

c)

c. Binary Data types

d)

d. Date Time

12.

Which of the following is not a numeric data type?

a)

a. Tinyint

b)

b. Smallint

c)

c. Float

d)

d. Date

13.

In which view data can be entered in table?

a)

a. Datasheet view

b)

b. Design view

c)

c. Both a. and b.

d)

d. None of these

14.

By default data is arranged in ............................ order using order by clause.

a)

a. ascending

b)

c. Primary Key

c)

b. descending

d)

. None of these

15.

Relationship between tables can be created from .... ........... menu.

a)

a. View

b)

b. Insert

c)

c. Windows

d)

d. Tools

16.

hich language help to extract/fetch data from table?

a)

a. MySQL

b)

b. Python

c)

c. OpenOffice Base

d)

d. HTML

17.

We can create query (in OpenOffice Base) .....................

a)

a. In design view

b)

b. Using wizard

c)

c Both a. and b.

d)

d. None of these

18.

Which of the following property to be turned "yes" so that value will be auto incremented?

a)

a. Default

b)

b. Format

c)

c. Auto value

d)

d. Length

19.

Sorting means to arrange data in ...................... order.

a)

a. increasing

b)

b. decreasing

c)

c. increasing or decreasing

d)

d. None of the above

20.

In Base data can be linked between two or more tables with the help of.................................

a)

a. Primary Key

b)

b. Forelgn Key

c)

c. Primary and Foreign Key

d)

d. None of the above

21.

Select "salary" from emp;

a)

a. will display all the records of table emp

b)

b. will display only particular columns of table emp:

c)

c. will display only salary column of table emp:

d)

d. None of the above

22.

What is the purpose of a Foreign Key in a database?

a)

d. To create a backup of the database

b)

c. To store large amounts of data

c)

b. To link two tables together

d)

a. To uniquely identify a record

23.

Which of the following is a characteristic of a relational database?

a)

c. Data cannot be queried

b)

b. Data is organized in tables

c)

d. Data is stored in a single format

d)

a. Data is stored in files