DBMS MCQ Questions and Answers
Practice ModeShowing 10 of 527 questions
Q331
Consider the relation
Answer: Option A
Q332
Which of the following sets of operations represent a complete set of relational algebra operations?
Answer: Option A
Q333
Consider the sequence of operations given below on the relation
Employee (EmpNo, Name, Address, Bdate, Gender, Salary, SuperNo, DNo).
(i). DEP5_EMPS (σDNo=5 ( Employee))
(ii). RESULT1 πEmpNo(DEP5_EMPS)
(iii). RESULT2(EmpNo) πSuperNo(DEP5_EMPS)
(iv). RESULT RESULT1 RESULT2
What will the above sequence of operations performed on the given relation produce?
Answer: Option D
Q334
If W, X, Y and Z are attributes of a relation, which of the following inference rules for functional
dependencies is/are correct?
Answer: Option C
Q335
Which of the following statements is/are correct, regarding a relation of the relational model?
(a) Each relation in a database schema has a unique a name.
(b) There can be multi-valued attributes in a relation.
(c) Each row is identified uniquely.
(d) The sequence of columns is significant.
Answer: Option B
Q336
Consider the following relations and the functional dependencies given thereafter.
Project (Proj_Num, Proj_Name)
Employee (Emp_Num, Emp_Name, Job_class, Chg_hours)
Assign (Proj_Num, Emp_Num, Hours)
FD1: Proj_Num, Emp_Num Hours
FD2: Emp_Num Emp_Name, Job_class, Chg_Hours
FD3: Proj_Num Proj_Name
FD4: Job_class Chg_Hours
Which of the following is/are correct in relation to the stated normal forms?
(a) Project is in 1NF. (b) Employee is in 2NF. (c) Project is in 2NF.
(d) Assign is in
Answer: Option C
Q337
Which of the following statements is/are correct regarding normalization?
Answer: Option C
Q338
What are the reasons for a record structure to be de-normalised?
Answer: Option B
Q339
What are the anomalies which can be present due to un-normalised relations?
(a) insertion
(b) selection
(c) deletion
(d) update
(e) none
Answer: Option C
Q340
Consider the following statements about relational algebra.
(i) Relational algebra is usually divided into two groups; one group includes set operations from
mathematical set theory, and the other group consists of operations developed specifically for
relational databases.
(ii) The PROJECT operation is used to select a subset of tuples from a relation that satisfies a
selection condition discarding some of the rows.
(iii) Relational algebra is non-procedural.
(iv) The DIVISION operation
Answer: Option A