Exam 5: Data Manipulation and Transaction Control
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic SQL Select Statements121 Questions
Exam 3: Table Creation and Management136 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control136 Questions
Exam 6: Additional Database Objects138 Questions
Exam 7: User Creation and Management130 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables119 Questions
Exam 10: Selected Single-Row Functions133 Questions
Exam 11: Group Functions137 Questions
Exam 12: Subqueries and Merge Statements131 Questions
Exam 13: Views133 Questions
Select questions type
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:
FOR UPDATE
The INSERT command is used to modify existing data in a row.
Free
(True/False)
4.9/5
(34)
Correct Answer:
False
Which of the following clauses of the UPDATE command is optional?
Free
(Multiple Choice)
4.8/5
(44)
Correct Answer:
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)
A(n)shared lock prevents other users from obtaining another shared lock on the same table._________________________
(True/False)
4.9/5
(30)
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
-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
-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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)