100% found this document useful (3 votes)
3K views5 pages

2015 Coc Level 3 DBA

This document contains 51 multiple choice questions related to database administration concepts. The questions cover topics such as database models, relational database management systems, database normalization, data definition language commands, data manipulation language statements, database constraints, entity relationship diagrams, and SQL queries.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (3 votes)
3K views5 pages

2015 Coc Level 3 DBA

This document contains 51 multiple choice questions related to database administration concepts. The questions cover topics such as database models, relational database management systems, database normalization, data definition language commands, data manipulation language statements, database constraints, entity relationship diagrams, and SQL queries.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

ጂንካ ፖሊ ቴክኒክ ኮሌጅ 2015

እንኳን ደስ አላችሁ data base administration level 3 online theory coc with answer: like and share : comment put in - 49665383
1. A Relation database is group . A ). Common B). field values C). records D). tables
2. Database models were development. A). model real world event or conditions
B). deposit data with signal file C). keep data with in a signal file D). allow DBMS to maintains lose
control over

3. The RDBMS. A). performs function provided by the hierarchic B). does not manage data structures C).
allows the user/designer to ignore the logic D). does not manage the detail of physical

4. an ADBMS hides the system complexity from the . A). it does not exhibit data independence B). it does not
exhibit structural C). data management is easier D). provide object oriented concept

5 . if given table contain atomic values at the . A). 1NF B). 2NF C). 3NF D). none

6. what a schema refer to . A). Database normalization B). database interface C). define the database using a
given data model D). database transaction

7. an attribute the calculated from other attribute eg age can be calculated from birth date. A). simple attribute
B). composite attribute C). derived attribute D). multi value attribute

8. which DML statemet changes the values of one or more columns base on some conditions . A). selected B).
update C). delete D). create

9. when the values in one or more attributes being used as a foreign key must exist in another set of one or more
attributes in another table we have created a(n) . A). transitive dependency B). insertion anomaly C).
referential integrity construct D). Normal form

10. what is the maximum allowed field size for bool can(yes/no). A). 1 B). 8 C). 50 D). 255

11. which of the following is not an aggregate function ? A). Min B). Max C). Select D). AVG

12. the attribute that can be divided into other attributes A). simple attribute B). composite attribute C). multi
valued attribute D). derived attribute

13. the different classes of relation on atea oy the techniques for preventing modification a nomalies are called .
A). Normal form B). referential integrity consentient C). functional dependencies D). delete anomalies

14. which of the following indicates the maximum number of entities that can be involved in a relationship? A).
minimum cardinality B) maximum cardinality C . ERD D). greater entity count(GE)

15. a functional dependency between the or more non key attributes . A). transitive dependency B). partial
transitive dependency C). functional dependency D). partial dependency

16. which type of entity cannot exist in the database unless another type of entity also in the database but doesn,t
not requester that the indemnities of that other entity be included as part of it own identities . A). weak entity
B). strong entity C). id-dependent entity D). id-independent entity

17. refer to the correctness and completeness the data in database? A ). Data security B). data integrity C).
data constraint D). data independence

By instructor kayisle k online theory coc exam for DBA Level 3 2015 E.c
1
ጂንካ ፖሊ ቴክኒክ ኮሌጅ 2015
እንኳን ደስ አላችሁ data base administration level 3 online theory coc with answer: like and share : comment put in - 49665383
18. in an entity relationship diagram diamonds represents A).attributes B) . multi-valued attributes C). weak
entity set D). relationship sets

19. in the relational mode cardinality is termed as A). Number of tuples B). Number of attributes C). Number of
tables D). Number of constraints

20. DML is provided for A). description of logical structure of database B). addition of new structure in database
system C). manipulation and process of database D. definition of physical of database system

21. an entity set that does not have sufficient attribute to form a primary key is A). strong entity set B). simple
entity set c). weak entity set D). primary entity set

22. in E-R diagram attribute are represented by A). rectangle B). square C). Eclipse D). Triangle

23. count function in sql returns number of A). values B). distinct values C). Group D). column

24. the statement in SQL which allow to change the definition of a table A). alter B). Update C). create D). select

25. the visual study of something or someone in order to gain information or learn about behavior ,trends or
changes. A). observation B). interview C). survey D). Questionnaire

26. key to represent relationship between tables. A). primary key B). secondary key C). foreign key D).
referential integrity

27. what is the special association that indicates that one object can be broken down into multiple special cases?
A). composition association B). generalization association C). N-ary association D). reflexive association

28. which of the following are the properties of entities . A). Groups B). tables C). switchboards D). attributes

29. which of the following is legal expression in SQL? A). select null from employee; B). select name from
employee; C). select name from employee where salary =null D). select name from employee whre salary

30. virtual table that draws its data from the result of an SQL select statement A). View B). synonym C). sequence
D). transaction

31. the act or process of planning and exercising conscious control over the amount of time spent on specific
activities ,especially to increase effectiveness ,efficiency or productivity . A). work flow B). time management C).
decision making D). communication

32. the problem that is compounded when constraints involves several data items from different files . A).
transaction control management system B). security problem C). integrity problem D). durability problem

3 3. a command that let you change one or more field in record . A). insert B). modify C). lookup D). delete

34. which of the following hardware component is the most important to the operation of database system? A).
high resolution video display B). printer C ). Hign speed ,large capacity disk D). mouse

35. the overall system of operation techniques and activities that are used to fulfill requirements for quality . A).
quality assurance B). procedure C). service delivery D). quality control

By instructor kayisle k online theory coc exam for DBA Level 3 2015 E.c
2
ጂንካ ፖሊ ቴክኒክ ኮሌጅ 2015
እንኳን ደስ አላችሁ data base administration level 3 online theory coc with answer: like and share : comment put in - 49665383
36. which of the following SQL clauses is used to DELETE tuples from database table? A). REMOVE B). DELETE
C). DROP D). CLEAR

37. Which of the following SQL command will delete the complete table from database? A). truncate table
TABLENAME B). delete table TABLENAME C). drop TABLENAME D). remove TABLENAME

38. Which of the following is correct statement about primary key of a table? A). primary key can contain NULL
values and table can have multiple primary key B). primary keys canot contain NULL and table can have only
one primary keys C). primary key cannot be NULL and table can have only D). primary key can be NULL and table
can have only one primary key

39. which of the following is not DDL command ? A). TRUNCATE B). ALTER C). CREATE D). UPDATE

40. which is default sort order for row returned when there is no ORDER BY clause in SQL query ? A). ASC B).
DESC C). there is no default order D). none of the above

41. what is the full form of SQL ? A). structure query list B). structure query language C). sample query
language D). None of these

42. which of the following an TCL commands? A). COMMIT and ROLLBAK B). UPDATE and TRUNCATE C).
SELECT and INSERT D). GRANT and REVOKE

43. which statement is used to delete all row in table without having the action logged? A). delete B). REMOVE C).
DROP D). TRUNCATE

44. HOW many primary key can have in a table? A). only 1 B). only 2 C). dependes on no of column D). depends
on DBA

45. which data manipulation command is used to combine the record from one or more tables? A). SELECT B).
PROJECT C). JOIN D). PRODUCT

46. what operator tests column for absence of data ? A). not operator B). Exists operator C). is Null operator
D). none of the above

47. a command that lets you change one or more field in a table is : A).insert B). modify C). lookup D). all of the
above

48. how can you change “thomas” into “Michal” in the “lastname”column in the user table? A). update user SET
lastName=’Thomas’ into lastName=’michal’. B). modify user set lastName=’michal’WHERE LastName=’thomas’
C). Modfiy user set lastName= ‘thomas’ into lastName=’michal’ D). UPDATE users SET LastName =’michal’
WHERE LastName=’thomas’.

49. when the wildcard in a WERE clause is useful? A). when an exact match is required in a SELECT statement. B).
when an exact match is not possible in a SELECT statement C). when an exact match is required in a CREATE
statement D). when an exact match is not possible in CREATE statement

50. which statement is used to get all data from the student table whose names starts with P? A). SELECT *FROM
student WERE name LIKE ‘%P’; B). SELET * FROM student WERE name LIKE’P%’; C). SELECT *FROM student
WERE name LIKE’_P%’; D). SELECT * FROM ATUDENT WERE name LIKE’%P’;

By instructor kayisle k online theory coc exam for DBA Level 3 2015 E.c
3
ጂንካ ፖሊ ቴክኒክ ኮሌጅ 2015
እንኳን ደስ አላችሁ data base administration level 3 online theory coc with answer: like and share : comment put in - 49665383
51. Find the cities name with the condition and temperature from table ‘whether’ where condition=sunny or cloud
but temperature >-60. ? A). SELECT city, temperature, condition FROM weather WERE condition = ‘cloudy’ where
condition = sunny or cloudy but temperature>=60 B). select city ,temperature, condition from weather WERE
condition =’cloudy’ OR condition =’sunny’ OR temperature>=60 C). SELECT city, temperature ,condition FROM
weather WERE condition=’sunny’ OR condition =’cloudy’ AND temperature >=60 D). SELECT city, temperature
,condition FROM weather WERE condition =’sunny’ AND condition =’cloudy’ AND temperature>=60

52. what is the advantage of the clustered index? A). it is fast to update the records B). it does not need extra
work for SQL queries C). it minimizes the page transfer and maximizes the cache hits D). None of the above is
correct.

53. one of the following SQL command is used to remove database and it object. A). alter B). drop C). select D).
none

54. ___ is used to combine the result set. A). union B). View c). retrieve D). query

55. which statement is not consider as benefits of modules programming. A). less code has be written B). a large
program can be break down into smaller department modules C). codes are simple and easy to understand D). it
does not allow many programmers to collaborate the same application

56. one of the following is attribute type in database .A) query B). entity C). Oval(ellipse) D). all

57. which normal form is used to remove transitive dependency . A). 2NF(second normal form) B). 3NF(third
normal form) C). A and B D). none

58. which one of the following is sequence of step by step to solve problem? A). Normaliztion B). dependency C
). Relationship D). algorithm

59. one of the following SQL syntax is used to specify table in database. A). select B). where c). form D). distinct

60. the set of all allowable /possible value an attribute is ____. A). Entity B). relation C). domain D). query

61. which constraint specify possible value each field in the table . A). Query B). data type C). Entity D). object

62. one of the following remove partial dependency ___. A). first normal form B). second normal form C). third
normal form D). none

63. ___ is request for information form a database. A). Query B). command c). syntax D). statement

64. which syntax is used to specify search condition in database ___. A ). drop B). where C). select D). B and c

65. you need to use when you when you create a conventional database .which one is suitable? A). Master B).
query C). statement D). none

66. a copy on –write technique is known as__. A). domain B). statement C). shadow paging D). syntax

67. where does DBMS store the definition data elements and their relation ship ? A). data map B). data
dictionary C). data file D). index

By instructor kayisle k online theory coc exam for DBA Level 3 2015 E.c
4
ጂንካ ፖሊ ቴክኒክ ኮሌጅ 2015
እንኳን ደስ አላችሁ data base administration level 3 online theory coc with answer: like and share : comment put in - 49665383
68. among the following which activity help you to determine the entities .attributes and relationship of data ?
A). conceptual database modeling B). database implementation C). physical database modeling D). logical
database modeling

69. an entity set that does not have sufficient attributes to form a primary key can be considered as___. A).
simple entity set B). weak entity set C). primary entity set D). strong entity set

70. the database design that consist of multiple table that are linked together through matching data stored in
each table is __. A). network database B). object oriented database C). hierarchical database D). relational
database

71. in SQL server how can you populate training table with row from student table? A). select first name, last
name into training from student B). insert into first name ,last name training from student C). select first name ,
last name into student from training D). insert into first name ,last name into student from training

72. which one is quality of employee work ethics? A). analytical skill B). unconsciousness C).
aggressiveness D). maliciousness

73. the method of communication in which transaction take place in both directions but the only one
direction is called__. A). four wire circuits B). simplex C ).full duplex D ). Half duplex

74. letters ,emails video presentation and visual aid conversation public speaking are ? A). written
communication B). visual communication C ). Oral communication D). channel medium

75. which one is the process of continuous improvement . A). kaizen B). sort C ). muda D). set in order

76. representation a value for column that is currently unknown or is not applicable for records . A). Null
B). integrity C). scalability D). base table

77. which of the ff is the smallest unit of allocation in an oracle database? A). database B). database
block C). table space D). instance

78. which data model which define how the data is actually stored is __.A). logical model B). external
Model C). internal model

79. data about a data is called __. A). directory B). meta data C). databank

80. set concept used in ___. A). relational model B). hierarchical model C). network model

81. in data base a top to bottom relationship between the items is formed by a A). relational schema B).
Network schema C). hierarchical schema

82. which level of data abstraction which define how the data actually stored is . A). conceptual level B).
file level C). physical level

By instructor kayisle k online theory coc exam for DBA Level 3 2015 E.c
5

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy