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
To verify that the correct change was made to data in a table,use the DISPLAY command.
(True/False)
4.9/5
(48)
The command,CREATE TABLE AS LEVEL1_CUSTOMER USING CUSTOMER;creates a table called LEVEL1_CUSTOMER that has the same structure as CUSTOMER.
(True/False)
5.0/5
(30)
If you decrease the size of a column,it is possible to lose some data currently in the column.
(True/False)
4.8/5
(31)
The format for the UPDATE command is the word UPDATE,followed by the name of the table to be updated.The next portion of the command consists of the word ____________________,followed by the name of the column to be updated,an equals sign,and the new value.
(Short Answer)
4.7/5
(35)
By default,Oracle commits each action query as soon as the user executes the query.
(True/False)
4.9/5
(41)
During your current work session you can save your changes immediately by executing the ____________________ command.
(Short Answer)
4.7/5
(34)
How can you use the COMMIT and ROLLBACK commands to support transactions?
(Essay)
4.7/5
(41)
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)
5.0/5
(36)
A(n)____ can be viewed as a sequence of steps that accomplishes a single task.
(Multiple Choice)
4.8/5
(35)
If you change the value of a column to NULL,you must enclose the NULL value in single quotation marks.
(True/False)
4.9/5
(36)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)