📚 Practice Mode

GATE DBMS Practice Test - Relational Algebra & Database Design

Learn at your own pace with hints and detailed explanations

1 / 10
Multiple Choice

In SQL, a relation can contain null values, and comparisons with null values are treated as unknown. If all the comparisons with null values are treated as false, which of the following pairs is equivalent?

  1. x = 10 not (not x = 10)
  2. x = 10, x > 9 and x < 11, where x is an integer
  3. x $\ne$ 10 not (x = 10)
  4. Both (1) and (2)