Exam 10: Basic Data Management

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The single table INSERT statement is used to insert rows into a single table,some tables,or all of a group of tables.

(True/False)
4.9/5
(40)

______________________________ statements are used to change data structures such as tables.

(Short Answer)
4.9/5
(33)

Default settings for the SET TRANSACTION statement are READ WRITE and ISOLATION LEVEL READ COMMITTED.

(True/False)
4.8/5
(36)

The ____ parameter for the SET TRANSACTION forces all queries to see data as a snapshot at a single point in time regardless of any database changes after the start of execution of each query in a transaction.

(Multiple Choice)
4.8/5
(33)

Default settings for the LOCK TABLE statement are ROW SHARE and MODE WAIT.

(True/False)
4.7/5
(42)

In commercial parlance,a ____ is a business agreement or exchange,usually involving money changing hands.

(Multiple Choice)
4.9/5
(38)

When using the SET TRANSACTION statement ______________________________ parameter,DML statements within a transaction will fail immediately if a row lock held by another transaction is encountered.

(Short Answer)
4.8/5
(37)

A ____ INSERT statement adds to more than a single table using the same INSERT statement,on a conditional basis.

(Multiple Choice)
4.9/5
(38)

The locking mode ____ prohibits locking of an entire table exclusively,allowing full concurrent multiple user access,with no restrictions on viewing and changing data in the table.

(Multiple Choice)
4.8/5
(42)

Redo log entries are written before anything else in order to maintain database recoverability.

(True/False)
4.8/5
(36)

A(n)____________________ is used to create a reference to a file,which is stored externally to an Oracle database.

(Short Answer)
4.9/5
(39)

It is important for database administrators to understand how COMMIT and ROLLBACK statements function.

(True/False)
4.8/5
(34)

The non-conditional multiple-table INSERT statement is used to execute all INSERT statements for all rows selected by the subquery.

(True/False)
4.8/5
(39)

You could read data from the external table using a(n)____ statement.

(Multiple Choice)
5.0/5
(36)

The locking mode ____ locks a table (or an updatable view),disallowing locking of the table in SHARE mode,and prohibiting changes to the table.

(Multiple Choice)
4.7/5
(45)

The ____________________ statement permits control of a transaction as a whole from the first DML statement through to a transaction completion statement or event.

(Short Answer)
5.0/5
(46)

____ is used to merge data from a source table into a target table.

(Multiple Choice)
4.9/5
(40)

The locking mode ____________________ prohibits any changes to a locked table,permitting concurrent queries only.

(Short Answer)
4.8/5
(31)

The ____ utilities can easily dump and import data from one or more tables,even entire schemas or a full database,including both data in tables and the table structures themselves.

(Multiple Choice)
4.7/5
(32)

The UPDATE statement allows you to remove existing rows in a table.

(True/False)
4.9/5
(30)
Showing 41 - 60 of 65
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)