Exam 6: Updating Data
Exam 1: Introduction to Premiere Products, Henry Books, and Alexamara Marina Group75 Questions
Exam 2: Database Design Fundamentals75 Questions
Exam 3: An Introduction to SQL75 Questions
Exam 4: Single-Table Queries75 Questions
Exam 5: Multiple-Table Queries75 Questions
Exam 6: Updating Data75 Questions
Exam 7: Database Administration75 Questions
Exam 8: MySQL Special Topics75 Questions
Select questions type
Before beginning the updates for a transaction, commit any previous updates by executing the ____________________ command.
(Short Answer)
4.9/5
(42)
What happens if you run a DELETE command that does not contain a WHERE clause?
(Multiple Choice)
4.8/5
(39)
When necessary, include a WHERE clause into the UPDATE command to indicate the column on which the change is to take place.
(True/False)
4.9/5
(37)
In order to use the ROLLBACK commands in MySQL, you need to change the value for ____ to 0.
(Multiple Choice)
4.8/5
(40)
In a transaction, if you can complete all updates successfully, execute the ____________________ command after completing the final update.
(Short Answer)
4.9/5
(48)
During your current work session you can save your changes immediately by executing the ____________________ command.
(Short Answer)
4.9/5
(30)
In some cases, when you update the data in a table, you can reverse (cancel)them at any time during your current work session.
(True/False)
4.8/5
(31)
The ROLLBACK command reverses changes made to the ____________________ only.
(Short Answer)
4.9/5
(32)
In MySQL, use the ____ data type for variable-length character columns.
(Multiple Choice)
4.8/5
(37)
In MySQL, use the ____________________ command to show the layout of a table.
(Short Answer)
4.8/5
(37)
In some cases, you might need to change a table's structure in ways that are beyond the capabilities of your DBMS. When that happens, use the RESTRUCTURE command to redesign the table.
(True/False)
4.9/5
(29)
You must execute the SET AUTOCOMMIT = 0; command once at the beginning of a session and once at the end of the session if you want to use the COMMIT and ROLLBACK commands.
(True/False)
4.9/5
(44)
One of the nicest features of a relational DBMS, such as MySQL, is the ease with which you can change table structures.
(True/False)
4.8/5
(32)
You can change the characteristics of existing columns by using the ____________________ clause of the ALTER TABLE command.
(Short Answer)
4.8/5
(38)
To change a column that currently rejects null values so that it accepts null values, use the ____ clause of the ALTER TABLE command
(Multiple Choice)
4.8/5
(41)
With SQL, you can change a table's structure by using the ____________________ command.
(Short Answer)
4.7/5
(43)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)