wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DBTHON-23 Round-1

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which type of data can be stored in the Database ?

a)

Text

b)

Files

c)

Audio or Video

d)

All the Above

2.

According to _______ integrirty constraint, The values appearing in given attributes of any tuple in the referencing relation must likewise occur in specified attributes of at least one tuple in the referenced relation

a)

Entity Integrity

b)

Domain Integrity

c)

Referential Integrity

d)

Data Integrity

3.

_________________ operations do not preserve non-matched tuples.

a)

Left Outer Join

b)

Natural Join

c)

Inner Join

d)

Full Join

4.

Which of the following statements contains an error?

a)

 Select * from emp where empid = 10003;

b)

Select empid from emp;

c)

Select empid where empid = 1009 and lastname = ‘GELLER’;

d)

Select empid from emp where empid = 10006;

5.

Which of the following is the property of transaction that protects data from system failure?

a)

Atomicity

b)

Durability

c)

Consistency

d)

Isolation

6.

"AS" Clause is used with following operation

a)

Selection

b)

Projection

c)

Union

d)

Rename

7.

Number of tuples in the relation is known as its

a)

Degree

b)

Granularity

c)

Cardinality

d)

Marginality

8.

NATURAL JOIN can also be termed as combination of

a)

Union and Cartesian Product

b)

Selection and Cartesian Product

c)

Projection and Cartesian Product

d)

None

9.

_____________ is a hardware component that is most important for the operation of a database management system.

a)

Microphone

b)

High Resolution Screen

c)

High Capacity Disk

d)

Flash Drive

10.

Which of the following is not the utility of DBMS?

i) Backup ii) Loading iii) Process Organization iv) File organization

a)

i,ii and iv only

b)

i,ii and iii only

c)

i,iii and iv only

d)

ii,iii only

11.

The logical design, and the snapshot of the data at a given instant in time is known as?

a)

Instance and Relation

b)

Relation and Instance

c)

Schema and Instance

d)

Schema and Relation

12.

In the __________ normal form, a composite attribute is converted to individual attributes.

a)

2NF

b)

3NF

c)

1NF

d)

4NF

13.

Table in 2NF Eliminates

a)

Transitive Dependency

b)

Multivalued Dependency

c)

Partial Dependency

d)

Primary Dependency

14.

If every non-key attribute is functionally dependent primary key, then the relation will be in

a)

1NF

b)

3NF

c)

2NF

d)

4NF

15.

The All or Nothing rule of a transaction comes under _____ property

a)

Consistency

b)

Atomicity

c)

Durability

d)

Isolation

16.
Which type of command is used when we have to retrieve data from single table where the condition to be satisfied lies on other tables.
a)
Joins
b)
Subqueries
c)
Wild Cards
d)
None of the above
17.
In an SQL Command, it is compulsory to use where, group by and having. Which is the correct order to specify ?
a)
Group by , Having, Where
b)
Having, Group by, where
c)
Where, Group by , having
d)
Not Possible
18.
Which of the following is not an RDBMS
a)
Alteryx
b)
Oracle
c)
SQL Server
d)
Improvado
19.
Which sql command allows us to change the definition of the table ?
a)
Alter
b)
Update
c)
Modify
d)
Specify
20.
Which of the following is known as a set of entities of the same type that share same properties, or attributes?
a)
Relation Set
b)
Tuples
c)
Entity Set
d)
E-R Model