1. >Database Management Systems
Found 3  QuestionsSET DEFAULT
Selected Filters
    Database Management Systems Normal Forms
Subjects
Topics

List of top Database Management Systems Questions on Normal Forms

In a relational data model, which one of the following statements is TRUE?
  • GATE CS - 2022
  • GATE CS
  • Database Management Systems
  • Normal Forms
Suppose the following functional dependencies hold on a relation \(U\) with attributes \(P, Q, R, S,\) and \(T\):
\[ P \rightarrow QR, RS \rightarrow T \] Which of the following functional dependencies can be inferred from the above functional dependencies?
  • GATE CS - 2021
  • GATE CS
  • Database Management Systems
  • Normal Forms

Consider the relation \(R(P,Q,S,T,X,Y,Z,W)\) with the following functional dependencies: 
\[ PQ \rightarrow X; P \rightarrow YX; Q \rightarrow Y; Y \rightarrow ZW \] Consider the decomposition of the relation \(R\) into the constituent relations according to the following two decomposition schemes. \[ \begin{aligned} D_1 &: R = [(P,Q,S,T);\; (P,T,X);\; (Q,Y);\; (Y,Z,W)] \\ D_2 &: R = [(P,Q,S);\; (T,X);\; (Q,Y);\; (Y,Z,W)] \end{aligned} \] Which one of the following options is correct?

  • GATE CS - 2021
  • GATE CS
  • Database Management Systems
  • Normal Forms