1. >Database Management Systems
Found 3  QuestionsSET DEFAULT
Selected Filters
    Database Management Systems Relational Model
Exams
Subjects
Topics

List of top Database Management Systems Questions on Relational Model

Consider the following relational schema along with all the functional dependencies that hold on them. 
R1(A, B, C, D, E): { \( D \rightarrow E \), \( EA \rightarrow B \), \( EB \rightarrow C \) } 
R2(A, B, C, D): { \( A \rightarrow D \), \( A \rightarrow B \), \( C \rightarrow A \) } 
Which of the following statement(s) is/are TRUE?

  • GATE CS - 2025
  • GATE CS
  • Database Management Systems
  • Relational Model
The Lucas sequence Ln is defined by the recurrence relation: Ln = Ln−1 + Ln−2, for n ≥ 3, with L1 = 1 and L2 = 3. Which one of the options given is TRUE?
  • GATE CS - 2023
  • GATE CS
  • Database Management Systems
  • Relational Model
Consider a relation \(R(A, B, C, D, E)\) with the following three functional dependencies: \[ AB \rightarrow C, BC \rightarrow D, C \rightarrow E \] The number of superkeys in the relation is
  • GATE CS - 2022
  • GATE CS
  • Database Management Systems
  • Relational Model