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
If you specified ____ for a column when you created a table, then changing a value in a column to null is prohibited.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
A
MySQL does not allow you to change the size of DECIMAL columns.
Free
(True/False)
4.9/5
(40)
Correct Answer:
False
You use the ____________________ command to remove rows from a table.
Free
(Short Answer)
4.7/5
(36)
Correct Answer:
DELETE
If you decrease the size of a column, it is possible to lose some data currently in the column.
(True/False)
4.7/5
(43)
You can use the ROLLBACK command to return the column length to its original state.
(True/False)
4.9/5
(28)
A(n)____ can be viewed as a sequence of steps that accomplishes a single task.
(Multiple Choice)
4.9/5
(43)
You can use the ____ command to delete an entire table and its data.
(Multiple Choice)
4.8/5
(39)
You can use the ____ clause of the ALTER TABLE command to change a column that currently rejects null values so that it will accept null values.
(Multiple Choice)
4.8/5
(40)
You can use the ____ command to create a new table using data in an existing table.
(Multiple Choice)
4.9/5
(35)
To verify that the correct change was made to data in a table, use the DISPLAY command.
(True/False)
4.9/5
(34)
Updates become permanent automatically when you exit from MySQL.
(True/False)
4.9/5
(35)
The command, CREATE TABLE AS LEVEL1_CUSTOMER FROM CUSTOMER; creates a table called LEVEL1_CUSTOMER that has the same structure as CUSTOMER.
(True/False)
4.8/5
(41)
The ROLLBACK command reverses changes made to a table's structure.
(True/False)
4.9/5
(41)
If you have verified that the update you made is correct, you can use the ____ command to make the update permanent.
(Multiple Choice)
5.0/5
(36)
If you specified ____________________ for the column when you created the table, then changing a value in a column to null is prohibited.
(Short Answer)
4.7/5
(28)
If you decide that you do not want to save the changes you have made during your current work session, you can reverse the changes by executing the ____________________ command.
(Short Answer)
4.9/5
(43)
The format for the ALTER TABLE command is the words ALTER TABLE followed by the name of the ____________________ to be altered, followed by an appropriate clause.
(Short Answer)
4.9/5
(32)
Showing 1 - 20 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)