Exam 5: Data Manipulation and Transaction Control

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

The  UPDATE \underline { \text { UPDATE } } command can be used to change data stored in a table. _________________________

(True/False)
4.7/5
(48)

The ____________________ command is used to "undo" changes that have not yet been committed.

(Short Answer)
4.8/5
(36)

When data is added to a database table, it is automatically converted to upper-case letters.

(True/False)
4.8/5
(42)

When ____________________ operations are performed, an exclusive lock is automatically placed on the specified table.

(Short Answer)
4.9/5
(29)

Contents of the PUBLISHER table Contents of the PUBLISHER table    -Based on the contents of the PUBLISHER table, which of the following SQL statements will change the phone number for Printing Is Us to 800-714-8321? -Based on the contents of the PUBLISHER table, which of the following SQL statements will change the phone number for Printing Is Us to 800-714-8321?

(Multiple Choice)
4.7/5
(40)

Contents of the PROMOTION table Contents of the PROMOTION table    -If a new row is added to the PROMOTION table, which of the following will make the change permanent? -If a new row is added to the PROMOTION table, which of the following will make the change permanent?

(Multiple Choice)
4.9/5
(41)

The ____ command can be used to view the contents of a record when it is anticipated that the record will need to be modified. It places a shared lock on the record(s) to be changed and prevents any other user from acquiring a lock on the same record(s).

(Multiple Choice)
4.9/5
(37)

A(n) ____ lock will prevent any DDL operations from being performed on the locked table.

(Multiple Choice)
4.9/5
(36)

A user who is issuing DML commands can save modified data or undo uncommitted changes by issuing ____ statements.

(Multiple Choice)
4.9/5
(36)

The column to be updated by the UPDATE command is specified in the ____ clause.

(Multiple Choice)
4.7/5
(32)

The ROLLBACK command is used to permanently save changed data.

(True/False)
4.8/5
(33)

When DDL operations are performed, Oracle11g will automatically place a(n)  shared \underline {\text { shared } } lock on the table. _________________________

(True/False)
4.9/5
(26)

If the  SET \underline { \text { SET } } clause of the UPDATE command is omitted, then all rows in the table will be updated with the new data value. _________________________

(True/False)
4.8/5
(33)

If the WHERE clause is omitted from the UPDATE command, then all columns in the table will be changed.

(True/False)
4.9/5
(31)

A(n) ____ in a SQL command instructs Oracle11g to use a substituted value in place of the variable at the time the command is actually executed.

(Multiple Choice)
4.8/5
(36)

Which of the following clauses of the UPDATE command is optional?

(Multiple Choice)
4.9/5
(33)

If the WHERE clause is omitted from the DELETE command, then all If the WHERE clause is omitted from the DELETE command, then all  from the database table will be dropped. _________________________from the database table will be dropped. _________________________

(True/False)
4.9/5
(31)

The INSERT command is used to modify existing data in a row.

(True/False)
4.8/5
(31)

The BLOCK ACCESS command can be used to prevent other users from updating a specific table.

(True/False)
4.9/5
(32)

The duration of a(n) ____________________ is defined by when a COMMIT implicitly or explicitly occurs.

(Short Answer)
4.9/5
(40)
Showing 41 - 60 of 132
close modal

Filters

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