1. >GATE CS
  2. >Database Management Systems
Found 2  QuestionsSET DEFAULT
Selected Filters
    GATE CS Database Management Systems
Exams
Years
Subjects
Topics

List of top Database Management Systems Questions asked in GATE CS

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