You are on page 1of 4

Q1. A.........is an organised collection of data.

 *

1 point

table

tuple

database

Q2. Which type of data is stored in a single table? *

1 point

Relational

Flatfile

SQl type

Q3. Database servers are refered as.......... *

1 point

super computer

dedicated

backends

both dedicated & back ends

Q4. A.......... is a set of information made of fields. *

1 point

values

item

records

both record & item

Q5. Which one provides the structure according to which the rows are composed ? *

1 point

fields

tuples

records
Q6. To use yes/no statements we have to use:- ? *

1 point

real data type

boolean datatype

double data type

Q7. Which type of data can be used to store music files? *

1 point

long var

varchar

binary

Q8. If we will not specify the table name it will take as....... *

1 point

table

table1

tb1

both table1 & tb1

Q9. Which commands specially defines the different structure in database? *

1 point

DDL

SQL

DML

both SQL & DML

Q10. Which statement of DDL can be used to delete the table & its contents? *

1 point

ALTER

SELECT

DROP
DELETE

Q11. The term........ & query language are often used synonymously ? *

1 point

DDL

DML

SQL

Q12. Choose the appropriate query for inserting records to CT table(Id,Name,Phone) are
columns ? *

1 point

Insert into CT ("id", "Name", "Phone")("8", " Rajesh" , " 77554433") ;

Insert into CT ("id", "Name", "Phone")values ("8", " Rajesh" , " 77554433")

Insert into CT ("id", "Name", "Phone")values ( '8' , ' Rajesh' , '77554433' );

Insert into CT ("id", "Name", "Phone")values ("8", " Rajesh" , " 77554433") .

Q13. .............. is used to maintain accuracy and consistency of data in a relationship . *

1 point

Referential integrity

record uniqueness

relation

Q14. In this relationship, no table has the primary key column. *

1 point

one to one

many to many

one to many

Q15. There are two types of DML. They are *

1 point

Flat file & Relational

PK & FK
Procedural & non- Procedural

Submit

You might also like