You are on page 1of 7

Kaenus College, Databse level III

Choose

1.If a product can be manufactured in many plants,and a plant can manufacture many product, this is
an example of which type of relationship?

A,one-to-one B,one-to-many C,recursive D,many-to-many

2 .among the ff term, which one can be considered as derived attributes?

A,age

B,birth date

C,coler of the car

D,id

3.the database administrator of your company created a database called hr foj r the employee table of
the general schema, because many users frequently use this table. as a user of the database.yuo created
a table called employee in your schema . what happens when you execute this query?

SELECT* FROM employee

A,you obtain the all records of the employee retrieved from the database called hr.b,you obtain the
some of record retrieved from the employee table that belongs to your schema

C,you get an error message because you command that supplied was wrong.

D,you obtain the resuits retrieved from hr database directly.

4.during the conceptual design phase what will happen

A,the internal comnponents of the application are designed.

B,normalization takes place.

C,new entities may be are written

D,program specification are written

5.in DBMS,which of the following is an advantage?

A,requires expertise and resources to administer

B,initial training required for all users

C,fascinated development of new application program

D,cost of hardware and software


Kaenus College, Databse level III
6.in SQL server,which one of the ff is a wrong statement?

A,each entity name should be unique in the same database

B,Two attributes of an entity type can have the same

C,count function does not return a null if no rows satisfy the WHERE clause.

D,in operator allows you to specify multiple values in WHERE clause

7,with SQL HOW CAN YOU INSERT NEW RECORD INTO FIRSTName and lastname culumns in
the”EMPLOYEE”table?

A,insert into employee(firstname,lastname)values(haimanot,aster)

B,insert into employee(‘haimanot’,aster’)

C,insert values into employee (‘haimanot’,’aster’)

D,insert into (firstname,lastname)values(haimanot’,’aster)

8.the presence of partial dependencies will be removed during:

A,insertion of data

B,first normal form

C,ER to relational mapping

D,SECOND NORMAL FORM

9.With SQL how can you return all the records from a table named “EMPLOYEE”sorted descending by
“Firstname”?

A,select count*from DEPARTMENT

B,select*from EMPLOYEE ORDER BYFirstname desc

C,select * from EMPLOYEE ORDER BY Firstname asc

D,select * from EMPLOYEE ORDER BY FirstName asend

10.whi SQL how can you return the number of all records in the “DEPARTMENT”Table?

A,select count*from DEPARTMENT

B,select count (*)from DEPARTMENT

C,Select count()from DEPARTMEN


Kaenus College, Databse level III
D,select count from DEPARTMENT

11,which one of the ff could NOT be considerd as an entity type?

A,name

B,book

C,customer

D,product

12.in flow chart,one of the ff shows entity represent by?

A,diamond

B,elongated circle

C,rectangle

D,arrow

13.all of the ff are SQL servers database components except

A,tempdb database

B,conventional database

C,model database

D,master database

14.which one of the ff is NOT a data type in SQL server?

A,sex

B,date/time

C,double

D,tex

15.in defining primary key, which of following is wrong statement?

A,it cannot be NULL

B,only unique values can be assigned to it

C,it canot be character data types


Kaenus College, Databse level III
D,it can be used as reference for other columns in a related table

16.the appropriate keyword to fix the database after a failure such as a hard disk malfunction

A,backup

B,security

C,recovery

D,access control

17.Which of the ff is NOT the DDL command in DBMS?

A,update

B,alter

C,create

D,drop

18.which of the ff is correct syntax to modify a table inSQL

A,Alter table <tablename><columenname><datatype><fiesize><constraints>

B,alter table ADD<columenname><datatype><fieldesize> <constraints>

C,alter table<tablename>ADD<columenname><datatype><fieldesize>< constraints>

D,alter table <tablename>DROP<columenname><datatype><fieldesize>

19.which of the ff referential nintegrity constraints should be enforce to specify automatic deletion of a
foreingn key record when a record in the base table is deleteted

A ,on drop cascade

B,on delete cascade

C,on update cascade

D,on drop set null

20.one of the ff is an example of an attribute

A,an amployee

B,an employee’s name

C,an empleyee’s paycheck


Kaenus College, Databse level III
D,an alphabetical listing of employee

MATCHING

A B
1,Metadata A.file viruses

2.describes the table columns ,indexes ,constraints, b,query

And other items that make up the database c.system sector viruses

3.used to remove database and its objects d.data type

4.provides an overall organization to the tables e,union

5.request for information from a database f,drop

6.remove transitive dependency g.attribute

7.combine the results set h,create table

8.collection of all relationships of the same type i.select

9.a named column of a relation j,database’s schema

10.you need to use when you create a conventional database k,master

11.specify search condition l,domain

12.the set of allowable/possible values for an attribute m,describes the data’s structure

13.constraint that specify the possible values for each field in the table within a database

14.infect program (COMand EXE)Files n,entities

15.infuct control information on the disk it self o,data dictionary

P,physical data model

Q,where

R,third normal form

S,relationship set

T,inheritance
Kaenus College, Databse level III
Kaenus College, Databse level III
MACHING ANSWER
1=M 8=C
2=J 9=S
3=F 10=D
4=I 11=Q
5=0 12=
6=R 13=H
7=E 14=A
15=C

You might also like