Database Management Systems
Database Management Systems
A. Data
B. information
C. things
D. items
ANSWER: A
3. A _________ is a set of software programs that allows users to create, edit and
update data in database files, and store and retrieve data from those database
files.
A. data base
B. data management system
C. database management system
D. office management system
ANSWER: C
11. A _____view of data expresses the way a user thinks about data
A. Logical view
B. Physical view
C. Both
D. None
ANSWER: A
12. A physical view of data refers to the way data is handled at a_____ its storage
and retrieval.
A. High level
B. Low level
C. Medium level
D. All of these
ANSWER: B
20. Which is requires a user to specify what data is needed and how to get it?
A. Low Level
B. Procedural DML
C. Both
D. None
ANSWER: C
24. Which are the types of physical DBMS architecture can be split ?
A. Back end
B. Front end
C. both
D. None
ANSWER: C
27. Who access the database occasionally and have different needs each time?
A. Native users
B. Casual users
C. Sophisticated users
D. All of these
ANSWER: B
29. Who interact with the system by invoking one of the permanent application
program?
A. Native users
B. Casual users
C. Sophisticated users
D. All of these
ANSWER: A
30. The main interface that a native user uses is a form interface using___:
A. DDL
B. GUI
C. OLAP
D. DML
ANSWER: B
34. Which is the central component of the DBMS software that can also be termed as
the database control system?
A. Data consistency
B. Data integration
C. Data sharing
D. Data manager
ANSWER: D
36. After conversion of high level queries into low level commands for file access
and is called compiled_____.
A. DDL
B. DML
C. SDL
D. VDL
ANSWER: B
43. Which is refers to the collection of related data values or items called
fields?
A. Record
B. Record blocking
C. Fixed-length record
D. Variable-length record
ANSWER: A
46. Which contain information about a file needed by system programs for accessing
file records?
A. File blocks
B. File operations
C. File headers
D. None of these
ANSWER: C
47. _____ take into account only such records that are valid.
A. Algorithm
B. Searching algorithm
C. Flow chart
D. All of these
ANSWER: B
48. ______ is vital for ensuring the most efficient access of files and records.
A. File blocks
B. File operations
C. File headers
D. File organization
ANSWER: D
49. The field which is used to order the file is referred to as ________.
A. Sorted field
B. Ordering field
C. Both
D. None
ANSWER: B
50. ______ is another name given to data integration when use in the management
context.
A. EII
B. IEI
C. GUI
D. SUI
ANSWER: A
52. Which are the accepted ways for modeling such correspondence?
A. LAV
B. GAV
C. Both
D. None
ANSWER: C
54. How many structure used in ontology based on data integration application are
explained?
A. 1
B. 2
C. 3
D. 4
ANSWER: C
57. In SQL, the command(s) is (are) used to create an index for a table or cluster
A. CREATE INDEX
B. SET INDEX TO FILE
C. MODIFY INDEX
D. All of the above
ANSWER: A
61. In SQL, which of the following is not a data definition language commands?
A. RENAME
B. REVOKE
C. GRANT
D. UPDATE
ANSWER: D
66. A field that can identify a record uniquely is called as _________ of the
record.
A. foreign key
B. super key
C. primary key
D. candidate key
ANSWER: C
68. The most important change brought about by DBMS is that the ___________.
A. programs interact with the data files directly
B. programs no longer interact with the data files directly
C. programs interact with the data files indirectly
D. program interact with the master files
ANSWER: B
72. In _____________, one or more users/programs attempt to access the same data at
the same time.
A. concurrency.
B. transaction control.
C. locking
D. two phase locking
ANSWER: A
74. Relational databases relate data items purely based on their _________.
A. key
B. value
C. constraints
D. concurrency
ANSWER: B
76. The ______________ is used for creating and destroying tables, indexes and
other forms of structures.
A. data manipulation language.
B. data control language.
C. transaction control language.
D. data definition language.
ANSWER: D
78. The _____________ of a database presents the view that the end users have.
A. conceptual view
B. external view
C. internal view
D. non conceptual view
ANSWER: B
80. The ______________ describes the data without stress on any technology or
programming language.
A. external view
B. internal view
C. conceptual view
D. view
ANSWER: C
84. The __________ feature of DBMS frees the users and programmers from the
responsibility of knowing the physical details of data.
A. logical view
B. . physical view
C. data independence
D. data dependency
ANSWER: C
85. Old applications can use old or new data. New applications can use old or new
data. This feature is called as ______________.
A. data redundancy
B. data sharing
C. data consistency
D. transaction
ANSWER: B
86. The ____________ refers to the way data is organized in and accessible from
DBMS.
A. database hierarchy
B. data organization
C. data sharing
D. data model
ANSWER: D
88. The different classes of relations created by the technique for preventing
modification anomalies are called-------------------.
A. normal forms
B. referential integrity constraints
C. functional dependencies
D. transient dependencies.
ANSWER: A
91. Which of the following is a group of one or more attributes that uniquely
identifies a row?
A. key
B. determinant.
C. tuple
D. relation
ANSWER: A
93. In the relational model, relationships between relations or tables are created
by using-------------.
A. composite keys.
B. determinants.
C. candidate keys
D. foreign keys.
ANSWER: D
102. ------------an index record appears for every search key value in the file.
A. sparse index.
B. tree.
C. dense index.
D. forest.
ANSWER: C
104. ------------ organizes the search keys with their associated pointers.
A. tree
B. nodes
C. buckets.
D. hash index
ANSWER: D
107. _____________ is a query that has another query embedded within it.
A. sub query
B. structured query
C. nested query
D. sequence query
ANSWER: C
113. In SQL, which of the following is not a data definition language commands?
A. RENAME
B. REVOKE
C. GRANT
D. UPDATE
ANSWER: D
114. In SQL, which command is used to select only one copy of each set of duplicate
rows
A. SELECT DISTINCT
B. SELECT UNIQUE
C. SELECT DIFFERENT
D. All of the above
ANSWER: A
115. Which command is used to select distinct subject (SUB) from the table (BOOK)?
A. SELECT ALL FROM BOOK
B. SELECT DISTINCT SUB FROM BOOK
C. SELECT SUB FROM BOOK
D. All of the above
ANSWER: B
120. The database environment has all of the following components except:
A. Users
B. Separate files
C. Database
D. Database administrator
ANSWER: A
124. The statement in SQL which allows to change the definition of a table is
A. Alter
B. Update
C. Create
D. Select
ANSWER: A
146. The _______ relationships allows two or more tables to be related to each
other.
A. alternate key
B. secondary key
C. foreign key
D. entity integrity
ANSWER: C
150. What command is used to get back the privileges offered by the GRANT command?
A. Grant
B. Revoke
C. Execute
D. Run
ANSWER: B