1. >GATE Data Science and Artificial Intelligence
  2. >Computer Science and IT Engineering
Found 3  QuestionsSET DEFAULT
Selected Filters
    GATE Data Science and Artificial Intel... Computer Science and IT Engineering
Exams
Years
Subjects
Topics

List of top Computer Science and IT Engineering Questions asked in GATE Data Science and Artificial Intelligence

Consider a database relation \( R \) with attributes \( A, B, C, D, E, F, G \), and having the following functional dependencies: \[ A \rightarrow BCEF \quad E \rightarrow DG \quad BC \rightarrow A \] Which of the following statements is/are correct?
  • GATE DA - 2025
  • GATE DA
  • Computer Science and IT Engineering
  • Database Management Systems
Consider the following two relations, named Customer and Person, in a database:

\[ \text{Person} \left( \begin{array}{l} \text{aadhaar CHAR(12) PRIMARY KEY,} \\ \text{name VARCHAR (32);} \end{array} \right) \]

\[ \text{Customer} \left( \begin{array}{l} \text{name VARCHAR (32),} \\ \text{email VARCHAR(32) PRIMARY KEY,} \\ \text{phone CHAR(10),} \\ \text{aadhaar CHAR(12),} \\ \text{FOREIGN KEY (aadhaar) REFERENCES Person (aadhaar);} \end{array} \right) \]

Which of the following statements is/are correct?
  • GATE DA - 2025
  • GATE DA
  • Computer Science and IT Engineering
  • Database Management Systems
If a relational decomposition is not dependency-preserving, which one of the following relational operators will be executed more frequently in order to maintain the dependencies?
  • GATE DA - 2025
  • GATE DA
  • Computer Science and IT Engineering
  • Database Management Systems