Tag: databases

Questions Related to databases

In an Oracle Database, Locks are critical

  1. True

  2. False


Correct Option: B
  1. No. of rows in a table

  2. No. of rows with non-null values of the expr

  3. No. of distinct non-null values of the expr

  4. None of the above


Correct Option: C

All columns in the SELECT list, that are not there in the GROUP function, should be in the Group By clause

  1. True

  2. False


Correct Option: B
  1. HAVING

  2. WHERE

  3. Order By

  4. Group by


Correct Option: A

Limiting the rows in a select statement for a specific condition is done by the clause

  1. Distinct

  2. Projection

  3. Where

  4. All of the above


Correct Option: C