You are on page 1of 6

Level Three COC Exam Sample type Questions DBMS

II machining

A. Shadow paging
1. AlgorithmM B. Data type
2. Set all possible value for entity. C. Secondnormal form
3. Used to remove database and its objectsI D. Query
4. Attribute typeJ E. Union
5. Request for information from a databaseD F. Select
6. Remove transitive dependencyR G. Entities
7. Combine the result setE H. Create table
8. Used to specify tablesS I. Drop
9. A name column of a relationN J. Oval (ellipse)
10. You need to use when you create a conventional databaseO K. Entity type
11. Specify search conditionQ L. Domain
12. The set of all allowable/ possible value an attributeL M. Sequence of step by step to
13. Constrain the specify the possible value each field in the tableB solve
14. A copy on-write techniques A N. Fileds attribute
15. Remove partial dependencyC O. Master
P. Physical data model
Q. Where (Select)
R. Third Normal form
S. From
T. Inheritance

Choose the best answer


1. About modular programming which statement is not consider as the benefits
A. Less code has be written
B. Codes are simple and easy to understand
C. It does not allow many programmers to collaborate the same application
D. A large program can be break down into smaller department modules
2. In the following form of tables using SQL statement
Select employee no
From employee static stable
Where salary between 30000 and 5000;
A. Employee id specifies name of the column
B. Employee static table specifies name of the column
C. Employee static table specifies name of the table
D. Where salary between 30000 and 5000 data type of the column
3. Database design involves modeling the collected information at a high level of construction without using
particular data model or DBMS
A. Conceptual database design
B. Logical database design
C. Physical database design
D. Database design schema
4. The requirements using identity property can be specified as:-
A. It can be defied withy character data type
B. Only one identity column is allowed per table
C. It can be updated
D. It does allow null value
5. Which of the following is not true about First Normal Form(1NF)
A. There are not repeating or duplicate fields
B. Each sell contains only a single value
C. Each record is unique
D. All key fields depends on all components of the primary key
6. In SQL Server which of the following is wrong statement?
A. Each entity name should be unique in the statement
B. Two attribute of an entity can have the same name
C. Can functions does not return a null if no rows satisfies the where close
D. In operator allows you to specify multiple values in where close
7. Designing database is iterative process that involves developing and referring database stricter based on the
information and processing requirement of your business. Which one is correct phase of designing process
A. Data analysis->logical database designing-> physical database designing-> physical implementation
8. During the conceptual design face. What will happen?
A. The internal components the application are designed(Physical)
B. Normalization takes place(Logical)
C. New entity are discovered
D. Program specification it retain(Physical)
9. Which SQL how you the record from a table named “EMPLOYEE” can sort descending by “First Name”
A. Select*from employee Order BY first name DESSEND
B. Select*from employee ORDER BY first name DESC(z-a)
C. Select*from employee ORDER BY first name ASC(a-z)
D. Select*from employee ORDER BY first name ASEND
10. Well lasting limitation of file processing system, identify the wrong statement?
A. Data redundancy and inconsistency available
B. Difficult in assessing data
C. Data isolation and integrity
D. Concurrent access is possible
11. Which one of the following is could NOT be considering as an Entity Type
A. Student B. Address C. BirthdateD. course
12. During modeling your data entity relationship is applied at:-
A. Conceptual database
B. Schema refinement
C. Physical refinement
D. Application and security
13. All of the following are SQL server database component, Except:-
A. Master database
B. Conventional database
C. Model database
D. Temp database

14. Assume that there are to given table, MOTHER Table and CHILDREN Table under the same Database
name. What will be the possible relation between those tables?
A. One-to-many B. one-to-one C. Many-to-many D. has no relationship
15. Which one the following is not a data type in SQL Server?
A. ID B. Date/Time C. Double D. Money
16. In defining Primary key, which of the following is wrong statement?
A. They can NOT be NULL
B. Onlyunique values can be assigned to them columns in a related table
C. They can NOT be character data type
D. They can be used as reference for other columns in a related table
17. To Fix the database after the Failure such as a Hard Disk malfunction the appropriate key word is:-
A. Back UP B. RecoveryC. Security D. Access Control
18. With DBMS which of the following is NOT the Data Definition Language (DDL) commands?
A. Alter B. UpdateC. Create D. Drop
19. In SQL which one of the following is correct syntax to modify a Table?
A. Alter Table< Table Name><Column Name><Data type><Field size><Constraints>
B. Alter Table ADD<Column Name><Data type><Field size><Constraints>
C. Alter Table< Table Name>ADD<Column Name><Data type><Field size><Constraints>
D. Alter< Table Name> DROP<Column Name><Data type><Field size><Constraints>
20. All of the following can be considered as Entity Integrity constraints Except:-
A. Unique
B. Foreign key
C. Identity
D. Primary key

GOOD LUCK

Level Three COC Exam Sample type Questions DBMS

1. Which of the following terms refers to degree to which in a databasesystem are accurate and consists?
A. Data ManipulationB. Data Security C. Data Integrity D. Data Dependency
2. Which of the following is correct Syntax?
A. Select Count*from employs
B. Select Count () from employs
C. Select Count (*) from employs
D. Select Count from Employs
3. Which one is correct syntax for the employees table quarries
A. Select*from employees Order By Column DESCS
B. Select*from employees Order By Column DESEND
C. Select*from employees Order By Column ASC
D. Select*from employees Order By Column ASEND
4. Insert into Fname,LnameintEMPLOYEE table which of the following correct syntax
A. Insert into (Fname,Lname) Values (‘helen’, abebe’)
B. Insert into employees (‘helen’, abebe’)
C. Insert intoEmployees (Fname, Lname) Values (‘helen’, abebe’)
D. Insert intoEmployees (Fname, Lname) Values (‘helen’, abebe’)
5. Which one is the following is not correct about primary key?
A. Cannot NULL B. Unique
C. not have character data typeD. NOT NULL VALUE
6. Which one the following in not constraint?
A. Identities B. Unique C. primary key D. foreign key
7. Which is the following is Flow Chart Decision?
A. Diamond B. Rectangle C. Ring/Circle D. parallogram
8. In which of the following NORMAL FORM (NF) Transitive Dependency?
A. 1NF B. 2 NF C. 3 NF D. 4 NF
9. Which one is Multi Values Attribute?
A. Name B. previous Diploma of studentsC. Birth Date D. Color of car E. ID F. location of
department
10. Which one the following is Teacher to Student relationship?
A. One to one B. One to many C. many to many D. no relationship
11. Which of the following automaticallydelation records on the table?
A. On Drop Cascade B. on Delete Cascade C. not Drop Cascade D. not delete cascade
12. Which one is not system database?
A. template database B. Application database C. Model Database D. Master Database
13. Which of the following Fix Database After failure of disk?
A. Recovery B. UPDATE C. Back UP D. RESTORE
14. Which one is not SQL Data Type?
A. Double B. date/time C. Age D. Currency
15. In which of the normal form partial dependency is removed?
A. 1NF B. 2NF C. 3NF D. BCNF
16. Which is the following statement is correct syntax to modify table?
A. Alter table Employee column ADD data type field size constraints
B. Alter table Employee ADD data type field size constraints
C. Alter table Employee ADDcolumn data type field size constraints
D. Alter tableADD column data type field size constraints
17. Which one of the following data memo data type
A. N24 B. N&24 C. ABC D. 27 April 2006
18. One of the following is not true about identity field type
A. More than one identity column per table is allowed
B. The Data Type of an Identity column can be int, numeric or decimal
C. An identity column will not enforce uniqueness
D. By default the seed and increment are both (1)
19. Which of the following is the data type in MS ACESS?
A. Caption B. OLE Object C. Input mask D. Index
20. Which of the following is DBMS?
A. C++ B. Oracle C. Java D. Dreamer
21. Between 9/10/06 and 12/11/06 means
A. Between 9/10/06 Including 12/11/06C. between 9/10/06 exclude 12/11/06
B. 9/10/06 and 12/11/06 D. 9/10/06 or 12/11/06
Matching

Column A
1. State in which all foreign key value in database are valid O
2. Name of column listJ A. Drop
3. Minimize data redundancy in databases J B. Technic step to solve
4. Information about the properties of data D problem
5. Data control language (DCL) I C. Questionnaires
6. Data Manipulation Language (DML) L D. Normalization
7. Specify search condition M E. Shadow paging
8. Remove database and with object A F. Select
9. Data collection method K G. Algorithm
10. A copy on write technic E H. Union
11. Request database informationB I. Grant and revoke
12. A mechanism for string a database after frailer S J. Attribute
13. Combine result set H K. Meta data
14. Set possible values attired F L. Update
15. Relationship Q M. Where
16. N. De normalization
O. Referential Integrity (RI)
P. Queries
Q. Diamond
R. Inheritance
S. Database recovery
T. From

GOOD LUCK
Level Three COC Exam Sample type Questions DBMS

Column AColumn B
1. Set of principle with how to data is structure
A. VDL
2. Querying existing data by end user and extracting data
B. Data type
For use by application program
C. SDL
3. inserting new data into updating data in deleting data
D. Data manipulation
from existing data structure
E. Union
4. create and monitoring user restricting access to data
F. Select
and monitoring the performance of data type
G. Entities
5. set of principle concerned with now data is operate sup on
H. Create table
6. set of principle concerned determine which states
I. Data maintenance
are validfor database
J. Data Control
7. Real world in terms of the construct of same DBMS
K. Data Retrieval
8. Blues print for designing and creating a physical database
L. DDL
9. Reduce data Redundancy and Inconsistency
M. Data definition
10. Control concurrency
N. A Normalized data Model
11. Fixed width n-character string, padding with space as needed
O. Lock table
12. A data base
P. Physical Data Model
Q. Character (n) or Char (n)
R. Third Normal form
S. Logical data Model
T. Character varying (n) or varchar
(n)

GOOD LUCK

You might also like