Exam 10: Basic Data Management

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

The metadata of an external table is stored in the database.

Free
(True/False)
4.8/5
(36)
Correct Answer:
Verified

True

The ____ statement lets you remove existing rows from tables.

Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
Verified

A

External tables can have all DML statements executed against them.

Free
(True/False)
4.9/5
(40)
Correct Answer:
Verified

False

The locking mode ____________________ prohibits changes and allows queries only.

(Short Answer)
5.0/5
(31)

There are three primary DML statements used to change data in an Oracle database.These statements are INSERT,UPDATE,and ____________________.

(Short Answer)
4.8/5
(36)

SQL Loader can often be even as much as thousands of times faster in bulk loading data into a database,in comparison to executing a multitude of individually coded INSERT statements.

(True/False)
5.0/5
(39)

In general a properly coded application is likely to contain many more ROLLBACK than COMMIT statements.

(True/False)
4.9/5
(43)

The ____________________ utility can be used to rapidly load entire data sets into tables.

(Short Answer)
4.9/5
(38)

A(n)____________________ statement is commonly known as an upsert in that rows already existing in the target table are updated by source table rows.

(Short Answer)
4.7/5
(35)

The ____ statement is used to add new rows to tables.

(Multiple Choice)
4.9/5
(26)

The locking mode ____ is similar to ROW SHARE,additionally prohibiting a SHARE lock on the table.

(Multiple Choice)
4.8/5
(41)

A(n)____________________ INSERT statement adds to a single table.

(Short Answer)
4.7/5
(34)

The INSERT,UPDATE,and DELETE statements change data in a database and are thus all DDL statements.

(True/False)
4.9/5
(35)

A ____ is the most basic storage unit for data in Oracle 10g.

(Multiple Choice)
4.9/5
(36)

The ____ statement creates a label.That label can be used later in a transaction as a point to roll back to.

(Multiple Choice)
4.9/5
(47)

The SQL Loader utility is often called SQL*Loader or SQL*Ldr.

(True/False)
4.8/5
(43)

Why can DDL statements not be rolled back?

(Essay)
4.8/5
(32)

A(n)____________________ contains data in a file outside the database,such as in a text file.

(Short Answer)
4.9/5
(33)

____________________ are two-dimensional storage structures comprised of rows and columns.

(Short Answer)
4.7/5
(39)

A transaction is completed on execution of a COMMIT or ____ statement,or a disconnection from a session.

(Multiple Choice)
4.8/5
(31)
Showing 1 - 20 of 65
close modal

Filters

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