Tag: databases

Questions Related to databases

  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
  1. HAVING

  2. WHERE

  3. Order By

  4. Group by


Correct Option: A
  1. Numeric data

  2. Data type

  3. Char data

  4. None of the Above


Correct Option: A

We can nest Group Functions

  1. True

  2. False


Correct Option: B
  1. All rows of the Employee table

  2. Rows of the Employee table where the set grade is ‘Y’

  3. Delete 1 row

  4. Nothing will be deleted


Correct Option: B