wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

12 C.APP -LS 3 INTRO. TO DBMS

Total questions: 20

Worksheet time: 14mins

Name
Class
Date
1.

Which language is used to request information from a Database?

a)

Relational

b)

Structural

c)

Query

d)

Compiler

2.

An entity set that does not have enough attributes to form primary key is known as

a)

Strong entity set

b)

Weak entity set

c)

Identity set

d)

Owner set

3.

Which type of below DBMS is MySQL?

a)

Object Oriented

b)

Hierarchical

c)

Relational

d)

Network

4.

The structure representing the organizational view of entire database is known as in MySQL database

a)

Schema

b)

View

c)

Instance

d)

Table

5.

To prevent the conflict in database update, the transfer actions are isolated from other user and serialized. This is called as ……………………….

a)

Atomicity

b)

Consistency

c)

Isolation

d)

Degree of Consistency

6.

IDS stands for ……………………..

a)

Integrated Data Store

b)

Indian Data Store

c)

Integrated Data Service

d)

Integrated Decide Service

7.

Which of the two databases models are similar?

a)

Hierarchical, Network

b)

Network, relational

c)

Relational, Object oriented

d)

Network, Object oriented

8.

Columns are otherwise called as …………………….

(a)  

9.

Object oriented model uses small, reusable software known as ………………………

a)

objects

b)

software

c)

class

d)

private

10.

Each super key is called as ……………………… key.

a)

Sub

b)

Candidate

c)

Schema

d)

Constraint

11.

How many basic concepts are there in ER model?

a)

2

b)

3

c)

4

d)

5

12.

What is the symbol for weak Entity?

a)

square

b)

double square

c)

rectangle

d)

double rectangle

13.

……………………. describes a unique characteristic of an entity.



(a)  

14.

How many types of attributes are there?

a)

3

b)

4

c)

5

d)

6

15.

Customer places the order is an example of ……………………. relationship

a)

one to one

b)

one to many

c)

many to many

d)

two to many

16.

The structured collection of data is ……………………..

a)

data

b)

Table

c)

Row

d)

Database

17.

Multiple numbers of values are not allowed in ………………………. attributes.

a)

single valued

b)

composite

c)

multi valued

d)

key

18.

The existing record in a table is removed from the table using ………………………. command.

a)

Delete

b)

Drop

c)

Update

d)

Insert

19.

Write a SQL command to create a table as EMP of field as follows

1. eno 2. ename 3. esalary 4. Address

4 lines
20.

Write a SQL command to alter the table by adding a new field mobile number.

4 lines