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
To add a new column, use the ____________________ clause of the ALTER TABLE command.
(Short Answer)
4.8/5
(36)
You can cancel updates at any time during your current work session.
(True/False)
4.8/5
(40)
By placing a(n)____________________ command in an INSERT command, you can add the query results to a table.
(Short Answer)
4.8/5
(35)
To sort rows in a specific order, use the ____________________ clause with the desired sort key(s).
(Short Answer)
4.8/5
(48)
The UPDATE command contains the word ____________________, followed by the name of the column to be updated, an equals sign, and the new value.
(Short Answer)
4.9/5
(34)
When you use the CREATE TABLE command with the word LIKE to create a new table from an existing table, the new table has the same data as the original table.
(True/False)
4.9/5
(41)
If you specify NOT NULL for a column when you create a table, you are prohibited from changing a value in the column to null.
(True/False)
4.8/5
(32)
When you update the data in a table, your updates are always permanent.
(True/False)
4.8/5
(40)
To permanently remove both a table and its data, you must issue both a DROP TABLE command and a DELETE command.
(True/False)
4.8/5
(45)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)