On This Page

This set of DataBase Management System (DBMS) Multiple Choice Questions & Answers (MCQs) focuses on Relational Database Design Set 2

Q1 | The relation employee(ID,name,street,Credit,street,city,salary) is decomposed intoemployee1 (ID, name)employee2 (name, street, city, salary) This type of decomposition is called
Q2 | Inst_dept (ID, name, salary, dept name, building, budget) is decomposed intoinstructor (ID, name, dept name, salary) department (dept name, building, budget) This comes under
Q3 | There are two functional dependencies with the same set of attributes on the left side of the arrow:A->BC A->BThis can be combined as
Q4 | Consider a relation R(A,B,C,D,E) with the following functional dependencies:ABC -> DE andD -> AB The number of superkeys of R is:
Q5 | Which, if any, of the two queries above will correctly (in SQL2) get the desired set ofemployee ID’s?
Q6 | Suppose now that R(A,B:) and S(A,B:) are two relations with r and s tuples, respectively(again, not necessarily distinct). If m is the number of (not necessarily distinct) tuples in theresult of the SQL query: R intersect S; Then which of the following is the most restrictive, correct condition on the value of m?
Q7 | Which of the following is not a key?
Q8 | If a relation is in BCNF, then it is also in
Q9 | What action does ⋈ operator perform in relational algebra
Q10 | Statement 1: A tuple is a row in a relation Statement 2: Existence of multiple foreign keys in a same relation is possible
Q11 | The____condition allows a general predicate over the relations being joined.
Q12 | Which of the join operations do not preserve non matched tuples?
Q13 | The normal form which satisfies multivalued dependencies and which is in BCNF is
Q14 | Which of the following is a tuple-generating dependencies?
Q15 | The main task carried out in the __________ is to remove repeating attributes toseparate tables.
Q16 | Which forms has a relation that possesses data about an individual entity?
Q17 | Which of the following has each related entity set has its own schema and there is anadditional schema for the relationship set?
Q18 | Fifth Normal form is concerned with
Q19 | n which of the following, a separate schema is created consisting of that attribute andthe primary key of the entity set.
Q20 | In 2NF
Q21 | Which of the following is related to information?
Q22 | Data is:
Q23 | Which of the following is element of the database?
Q24 | What represent a correspondence between the various data elements?
Q25 | Which of the following is an advantage of using database system?