Exam 6: Updating Data
Exam 1: Introduction to TAL Distributors, Colonial Adventure Tours, and Solmaris Condominium Group75 Questions
Exam 2: Database Design Fundamentals75 Questions
Exam 3: Creating Tables75 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: SQL Functions and Procedures75 Questions
Select questions type
By placing a(n)____________________ command in an INSERT command,you can add the query results to a table.
(Short Answer)
4.8/5
(37)
To add a new column,use the ADD NEW COLUMN clause of the ALTER TABLE command.
(True/False)
4.9/5
(41)
In SQL Server,execute the sp_columns command to list all the columns in a table.
(True/False)
4.8/5
(35)
The ROLLBACK command reverses changes made to the ____________________ only.
(Short Answer)
4.9/5
(45)
It is a good idea to use a SELECT command to display the data you changed to verify that the correct update was made.
(True/False)
4.8/5
(44)
Updates become permanent automatically when you exit from the DBMS.
(True/False)
4.8/5
(35)
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.7/5
(31)
The ADD clause consists of the word ADD followed by the name of the ____________________ to be added,followed by the characteristics.
(Short Answer)
4.7/5
(42)
You can use the ____ command to create a new table using data in an existing table.
(Multiple Choice)
4.8/5
(39)
In SQL,use the ____ data type for variable-length character columns.
(Multiple Choice)
4.9/5
(37)
In Oracle,use the ____ command to display the structure of a table.
(Multiple Choice)
4.8/5
(35)
To change a column that currently rejects null values so that it accepts null vlaues,use the ____________________ clause in the ALTER TABLE command.
(Short Answer)
4.9/5
(36)
In a transaction,if you can complete all updates successfully,execute the ____________________ command after completing the final update.
(Short Answer)
4.8/5
(43)
If you have verified that the update you made is correct,you can use the ____ command to make the update permanent.
(Multiple Choice)
4.8/5
(26)
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
(39)
You can delete a table that is no longer needed by using the ____________________ TABLE command.
(Short Answer)
4.8/5
(35)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)