Tag: databases

Questions Related to databases

What does the following query Do?

  1. Null

  2. The Null values of COMMISSION column will be displayed as Null after addition to sal

  3. The Null values of COMMISSION column will be changed to 0 & will be added to sal

  4. Syntax error


Correct Option: C
  1. ) SER_NO, PROD_ID_NUMBER

  2. ORDER_ID and ORDER_DATE

  3. SER_NO, Composite index on ORDER_ID and ORDER_DATE

  4. SER_NO, ORDER_ID and ORDER_DATE


Correct Option: C

Can we create index on Materialized Views?

  1. True

  2. False


Correct Option: B