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
In MySQL, use the ____ command to show the layout of a table.
(Multiple Choice)
4.8/5
(34)
To add a new column, use the ADD COLUMN clause of the ALTER TABLE command.
(True/False)
4.9/5
(41)
The ADD clause consists of the word ADD followed by the name of the ____________________ to be added, followed by the characteristics.
(Short Answer)
4.9/5
(36)
You can delete a table that is no longer needed by using the ____________________ TABLE command.
(Short Answer)
4.8/5
(29)
To make the same update for all rows in a table, omit the ____ clause.
(Multiple Choice)
4.7/5
(30)
The command CREATE TABLE LEVEL1_CUSTOMER ____________________ CUSTOMER; creates a new table from an existing table.
(Short Answer)
4.9/5
(36)
The command for changing a value to null is the same for changing any other value.
(True/False)
4.7/5
(40)
In MySQL, use the ____ command to show the revised structure of a table.
(Multiple Choice)
5.0/5
(45)
There are table structure changes that are beyond the capabilities of MySQL.
(True/False)
4.9/5
(36)
In order to use the COMMIT command in MySQL, you need to change the value for AUTOCOMMIT to ____.
(Multiple Choice)
4.8/5
(35)
It is possible to use calculations to update a value in a column.
(True/False)
4.9/5
(37)
If you have not run the COMMIT command, executing the ____ command will reverse all updates made during the current work session.
(Multiple Choice)
4.8/5
(37)
You can increase the length of a column but you cannot decrease the length of a column.
(True/False)
4.8/5
(40)
In a transaction, if any update cannot be completed, execute the ____________________ command and discontinue the updates for the current transaction.
(Short Answer)
4.8/5
(40)
How can you use the COMMIT and ROLLBACK commands to support transactions?
(Essay)
4.8/5
(38)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)