Exam 5: Data Manipulation and Transaction Control
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic Sql Select Statements122 Questions
Exam 3: Table Creation and Management132 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control132 Questions
Exam 6: Additional Database Objects132 Questions
Exam 7: User Creation and Management132 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables131 Questions
Exam 10: Selected Single Row Functions133 Questions
Exam 11: Group Functions134 Questions
Exam 12: Subqueries and Merge Statements132 Questions
Exam 13: Views133 Questions
Select questions type
A shared lock prevents another user from performing DDL or DML operations on the table.
(True/False)
4.7/5
(31)
A transaction is defined as the set of statements that are committed at one time.
(True/False)
5.0/5
(33)
The ____________________ command is used to remove rows from a table.
(Short Answer)
4.8/5
(39)
Data that is being added to a table is specified in the clause of the INSERT command. _________________________
(True/False)
4.8/5
(35)
The ____________________ keyword is not included in the INSERT command if the data is being retrieved from another database table.
(Short Answer)
4.8/5
(35)
Which of the following statements about the DELETE command is incorrect?
(Multiple Choice)
4.8/5
(37)
When the INSERT command is used to add rows to a table, the column names of the table must be specified.
(True/False)
4.9/5
(26)
The SELECT .... ____________________ command is used to create a shared lock on a table to prevent other users from making changes in the specified column.
(Short Answer)
4.9/5
(38)
The SELECT...FOR UPDATE command will automatically obtain a(n) ____________________ lock on the row to be changed.
(Short Answer)
4.8/5
(40)
Which keywords create a shared lock on a table to prevent another user from making changes to data in specified columns?
(Multiple Choice)
4.9/5
(36)
If a user has a shared lock on a table, this prevents another user from obtaining a(n) ____________________ lock on the same table.
(Short Answer)
4.8/5
(34)
When new rows are being added to a table, the actual data being added are listed in the ____ clause.
(Multiple Choice)
4.9/5
(34)
Regarding the INSERT statement, which of the following is correct?
(Multiple Choice)
4.9/5
(37)
The ____________________ TABLE command is used to prevent other users from making changes to a portion of a table.
(Short Answer)
4.7/5
(38)
The variable name of a substitution variable is preceded by a(n) _________________________
(True/False)
4.8/5
(31)
If a user has a shared lock on a table, this will prevent any other user from obtaining a shared or exclusive lock on the same table.
(True/False)
4.8/5
(35)
The ____________________ keyword can be included in the INSERT command to enter the computer's date into the row when it is added to the table.
(Short Answer)
4.8/5
(31)
The MODIFY command can be used to change existing data stored in a table.
(True/False)
4.8/5
(41)
The VALUES clause is not included with the INSERT command if the data is being retrieved from another table.
(True/False)
4.9/5
(39)
Showing 101 - 120 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)