Home/Database/Managing Databases with Oracle

Managing Databases with Oracle MCQs

41 questionsDatabasePage 3 of 5

Practice free Managing Databases with Oracle multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 41 questions — no login required.

Question 19hard
To obtain the structure of an Oracle table, the command to use is:
Question 20easy
To see the contents of the SQL*Plus buffer, type:
Question 21hard
Indexes are created to enforce uniqueness on columns and to enable fast retrieval by column values.
Advertisement
Question 22easy
Money is defined in Oracle with the Currency data type.
Question 23medium
The default extension for SQL*Plus is .sql.
Question 24hard
The left-leaning slash tells Oracle to execute whatever statement is in the buffer.
Advertisement
Question 25hard
Oracle maintains a System Change Number (SCN) which is a database-wide value that is incremented by Oracle whenever database changes are made.
Question 26medium
The semicolon terminates a SQL statement (and executes it).
Question 27medium
SQL*Plus is a text editor.