Tag: databases

Questions Related to databases

What can be used in a SELECT statement to obtain search criteria for the SELECT statement?

  1. HAVING clause

  2. ORDER BY clause

  3. Subquery

  4. GROUP BY clause


Correct Option: C

Which datatypes are alphanumeric?

  1. Number

  2. Blob

  3. Char

  4. Raw


Correct Option: C
  1. exec command

  2. / command

  3. execute command

  4. None of these


Correct Option: B

Which database model allows you to store and execute a PL/SQL program as part of an object?

  1. Hierarchical

  2. Relational

  3. Object Relational

  4. Network


Correct Option: C