Q.1
Oracle directly supports the definition of surrogate keys.
Q.2
Oracle maintains a System Change Number (SCN) which is a database-wide value that is incremented by Oracle whenever database changes are made.
Q.3
An Oracle System Change Number (SCN):
Q.4
To obtain the structure of an Oracle table, the command to use is:
Q.5
To see the contents of the SQL*Plus buffer, type:
Q.6
Of the three ways to create an Oracle database, which one is the easiest and most recommended?
Q.7
What Oracle backup and recover file contains user and system data?
Q.8
When using SQL*Plus, Oracle commands, column names, table names and all other database elements:
Q.9
Which SQL phrase is not supported by Oracle?
Q.10
What is the type of Oracle backup in which all uncommitted changes have been removed from the datafiles?
Q.11
Which of the following is not true of SQL views?
Q.12
SQL*Plus will finish the statement and execute it when the user types in this:
Q.13
Which of the following is NOT an Oracle-supported trigger?
Q.14
After a table has been created, its structure can be modified using the SQL command:
Q.15
Which of the following is not true about modifying table columns?
Q.16

You have linked SQL*Plus to an external text editor. To invoke the text editor for use within SQL*Plus, which command do you use?

  • Open [FileName]
  • Show [FileName]
  • Alter [FileName]
  • Edit [FileName]
Q.17

Which of the following is not true of SQL views?

  • Oracle views cannot use the ORDER BY clause in view definitions.
  • Oracle views are created using the standard SQL-92 CREATE VIEW command.
  • Oracle views can by queried.
  • The SQL-92 standard does not allow the use of the ORDER BY clause in view definitions.
Q.18

Of the three ways to create an Oracle database, which one is the easiest and most recommended?

  • Using the Oracle Database Configuration Assistant.
  • Using the Oracle-supplied database creation procedures.
  • Using the SQL CREATE DATABASE command.
  • None of the above is correct.
Q.19

What type of failure occurs when Oracle fails due to an operating system or computer hardware failure?

  • Application failure
  • Instance Failure
  • Media Failure
  • Rollback failure
Q.20

The default extension for an Oracle SQL*Plus file is:

  • .txt.
  • .pls.
  • .ora.
  • .sql.
0 h : 0 m : 1 s