Database Objective Type Questions
Database Objective Type Questions
Database Objective Type Questions
8. An entity set that does not have sufficient attributes to form a primary key is a
(A) strong entity set (B) weak entity set.
(C) simple entity set (D) primary entity set.
Ans: B
9. In a Hierarchical model records are organized as
(A) Graph (B) List.
(C) Links (D) Tree.
Ans: D
10. The language used in application programs to request data from the DBMS is referred to as the
(A) DML (B) DDL
(C) VDL (D) SDL
Ans: A
13. The database environment has all of the following components except:
(A) users (B) separate files.
(C) database (D) database administrator.
Ans: A
14. The language which has recently become the de-facto standard for interfacing application programs with
relational database system is
(A) Oracle (B) SQL.
(C) DBase (D) 4GL
Ans: B
15. The way a particular application views the data from the database that the application uses is a
(A) module (B) relational model.
(C) schema (D) sub schema.
Ans: D
15. A report generator is used to
(A) update file (B) print files on paper.
(C) data entry (D) delete files.
Ans: B
21. The method in which records are physically stored in a specified order according to a key field in each record is
(A) hash (B) direct.
(C) sequential (D) all of the above.
Ans: A
30. The statement in SQL which allows to change the definition of a table is
(A) Alter (B) Update.
(C) Create (D) select.
Ans: A
32. The file organization that provides very fast access to any arbitrary record of a file is
(A) Ordered file (B) Unordered file
(C) Hashed file (D) B-tree
Ans: C
35. In a relation
(A) Ordering of rows is immaterial
(B) No two rows are identical
(C) (A) and (B) both are true
(D) None of these.
Ans: C
46. Which are the two ways in which entities can participate in a relationship?
(A) Passive and active (B) Total and partial
(C) Simple and Complex (D) All of the above
Ans: B
48. Which of the operations constitute a basic set of operations for manipulating relational data?
(A) Predicate calculus (B) Relational calculus
(C) Relational algebra (D) None of the above
Ans:C
49. Which of the following database object does not physically exist?
(A) base table (B) index
(C) view (D) none of the above
Ans: C
50. NULL is
(A) the same as 0 for integer (B) the same as blank for character
(C) the same as 0 for integer and blank for character (D) not a value
Ans: D
57 _____________ function divides one numeric expression by another and returns the remainder.
(A) Power (B) Mod
(C) Round (D) Remainder
Ans: B
58. A data manipulation command the combines the records from one or more tables is called
(A) Select (B) Project
(C) Join (D) Product
Ans: C
59 _________ is a virtual table that draws its data from the result of an SQL
(A) View (B) Synonym
(C) Sequence (D) Transaction
Ans: A
63. DBMS is a collection of ………….. that enables user to create and maintain a database.
(A) Keys (B) Translators
(C) Program (D) Language Activity
68. ……………… table store information about database or about the system.
(A) SQL (B) Nested
(C) System (D) None of these
69. …………..defines the structure of a relation which consists of a fixed set of attribute-domain pairs.
(A) Instance (B) Schema
(C) Program (D) Super Key
22. C A subschema expresses the external view. (External schemas are called also
called as subschemas
23. A Count function in SQL returns the number of values. (Count function counts all
the not null values in the specific column. If we want to count only distinct values
than the DISTINCT keyword is also to be used
24. B
25. C
26. D
27. B
28. B
29. D
30. C
31. C
32. C
33. D
34. C
35. C
36. B
37. D
38. B
39. A
40. D
41. A
42. C
43. D
44. B
45. A
46. B
47. D
48. C
49. C
50. D
51. D
52. A
53. C
54. C
55. A
56. C
57. B
58. C
59. A
60. B
61. B
62. A
63. C
64. C
65. A
66. C
67. A
68. C
69. B
70. C
71. B
72. C
73. C
74. B
75. C
76. B
77. D
78. A
79. C
80. C
81. D
82. A