Sail E0 Webinar

MCQs

Total Questions : 54 | Page 1 of 6 pages
Question 1. Needing to using more complicated SQL in database applications is a(n) ________ of normalization.
  1.    advantage
  2.    disadvantage
  3.    either an advantage or disadvantage
  4.    neither an advantage nor disadvantage
 Discuss Question
Answer: Option B. -> disadvantage
Question 2. Eliminating modification anomalies is a(n) ________ of normalization.
  1.    advantage
  2.    disadvantage
  3.    either an advantage or disadvantage
  4.    neither an advantage nor disadvantage
 Discuss Question
Answer: Option A. -> advantage
Question 3. Multivalued dependencies should ________ be eliminated.
  1.    always
  2.    commonly
  3.    seldom
  4.    never
 Discuss Question
Answer: Option A. -> always
Question 4. When assessing the table structure of an acquired set of tables with data, accessing the validity of possible referential integrity constraints on foreign keys is (part of) the:
  1.    first step.
  2.    second step.
  3.    third step.
  4.    fourth step.
 Discuss Question
Answer: Option C. -> third step.
Question 5. Using the SQL GROUP BY phrase with a SELECT statement can help detect which of the following problems?
  1.    The multivalue, multicolumn problem
  2.    The inconsistent values problem
  3.    The missing values problem
  4.    The general-purpose remarks column problem
 Discuss Question
Answer: Option B. -> The inconsistent values problem
Question 6. Creating a read-only database is a task that is ________ assigned to beginning database professionals.
  1.    always
  2.    commonly
  3.    seldom
  4.    never
 Discuss Question
Answer: Option B. -> commonly
Question 7. For a number of reasons, normalizations is not often an advantage for a(n) ________ database.
  1.    read-only
  2.    updateable
  3.    either a read-only or an updateable
  4.    None of the above is correct
 Discuss Question
Answer: Option A. -> read-only
Question 8. Most of the time, modification anomalies are serious enough that tables should be normalized into:
  1.    1NF.
  2.    2NF.
  3.    3NF.
  4.    BCNF.
 Discuss Question
Answer: Option D. -> BCNF.
Question 9. Each answer below shows example data from a table. Which answer is an example of the missing values problem?
  1.    Three columns have the values 534-2435, 534-7867, and 546-2356 in the same row.
  2.    Three rows have the values Brown Small Chair, Small Chair Brown, and Small Brown Chair in the same column.
  3.    Three rows have the values Brown, NULL, and Blue in the same column.
  4.    One row has the value "He is interested in a Silver Porsche from the years 1978-1988" in a column.
 Discuss Question
Answer: Option C. -> Three rows have the values Brown, NULL, and Blue in the same column.
Question 10. If a table has been normalized so that all determinants are candidate keys, then that table is in:
  1.    1NF.
  2.    2NF.
  3.    3NF.
  4.    BCNF.
 Discuss Question
Answer: Option D. -> BCNF.

Latest Videos

Latest Test Papers