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: 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
You can use the ____ command to delete an entire table and its data.
(Multiple Choice)
4.9/5
(44)
Updates become permanent automatically when you exit from the DBMS.
(True/False)
4.9/5
(50)
You can use the ____ command to create a new table using data in an existing table.
(Multiple Choice)
4.7/5
(35)
You can use the existing value in a column and a calculation to update a value.
(True/False)
4.9/5
(34)
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
(42)
By placing a(n) ____________________ command in an INSERT command, you can add the query results to a table.
(Short Answer)
4.8/5
(34)
How can you use the COMMIT and ROLLBACK commands to support transactions?
(Essay)
4.8/5
(42)
To add data from an existing table to a new table, use a SELECT command in a(n) ____ command.
(Multiple Choice)
4.7/5
(42)
You can increase the length of column but you cannot decrease the length of a column.
(True/False)
4.8/5
(33)
To add a new column, use the ADD COLUMN clause of the ALTER TABLE command.
(True/False)
4.8/5
(39)
By default, Oracle commits each action query as soon as the user executes the query.
(True/False)
4.7/5
(40)
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.8/5
(30)
To verify that the correct change was made to data in a table, use the DISPLAY command.
(True/False)
4.9/5
(42)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)