Tag: databases

Questions Related to databases

  1. Not NULL

  2. Primary key

  3. Foreign key

  4. Composite primary keys


Correct Option: D

Which Oracle access method is the fastest way for Oracle to retrieve a single row?

  1. Primary key access

  2. Access via unique index

  3. Table access by ROWID

  4. Full table scan


Correct Option: C
  1. System tablespace

  2. Users tablespace

  3. Default tablespace for the user

  4. Undefined


Correct Option: C

To use Global temporary tables in a compound statement you require which type of tablespace to be present

  1. User temporary

  2. Large

  3. System

  4. Regular


Correct Option: A
  1. Simplifies code reuse, code standardization and code maintenance

  2. Controlled access to other database objects

  3. Improving application performance

  4. DB2 Stored Procedures can be written only in SQL.


Correct Option: D