Exam 5: Data Manipulation and Transaction Control

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

The SELECT ....____________________ command is used to create a shared lock on a table to prevent other users from making changes in the specified column.​

Free
(Short Answer)
4.8/5
(33)
Correct Answer:
Verified

FOR UPDATE​

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

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

False

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

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

C

An ON NULL clause may be used in conjunction with a column's DEFAULT option.​

(True/False)
4.8/5
(33)

The SYSDATE keyword cannot be included in the INSERT command,only the UPDATE command.​

(True/False)
4.9/5
(33)

The ____________________ command is used to permanently update a table and allow other users to view the changed data.​

(Short Answer)
4.9/5
(41)

The SET clause of the UPDATE command is used to identify the column(s)being updated.​

(True/False)
4.7/5
(37)

The effect of which of the following commands can never be reversed by the ROLLBACK command?​

(Multiple Choice)
4.8/5
(32)

Commands used to modify data are known as DML commands.​

(True/False)
4.8/5
(39)

A(n)shared lock prevents other users from obtaining another shared lock on the same table._________________________​

(True/False)
4.9/5
(30)

Commands used to modify data are called ____ commands.​

(Multiple Choice)
4.7/5
(32)

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

(True/False)
4.7/5
(36)

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)
5.0/5
(43)

Contents of the PUBLISHER table​ Contents of the PUBLISHER table​    -If a column named SAL_PCT is to be defined to ensure a value of 100 is input if a NULL value is provided when a new row is inserted,which column definition should be used?​ -If a column named SAL_PCT is to be defined to ensure a value of 100 is input if a NULL value is provided when a new row is inserted,which column definition should be used?​

(Multiple Choice)
4.8/5
(32)

If the ____ clause of the UPDATE command is omitted,then all the rows in the specified table will be changed.​

(Multiple Choice)
4.7/5
(34)

A shared lock is automatically obtained when the SELECT...FOR UPDATE command is executed.​

(True/False)
4.8/5
(38)

The SELECT...FOR UPDATE can be used to create a shared lock._________________________

(True/False)
4.7/5
(35)

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

(True/False)
4.8/5
(33)

Data that is being added to a table is specified in the VALUES clause of the INSERT command._________________________

(True/False)
5.0/5
(31)

Which keywords create a shared lock on a table to prevent another user from making changes to data in specified columns?​

(Multiple Choice)
4.7/5
(28)
Showing 1 - 20 of 136
close modal

Filters

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