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
If you specified ____ for a column when you created a table,then changing a value in a column to null is prohibited.
(Multiple Choice)
4.9/5
(42)
You can change the characteristics of existing columns by using the ____________________ clause of the ALTER TABLE command.
(Short Answer)
4.8/5
(41)
To change rows for which a specific condition is true,use the ____ command
(Multiple Choice)
4.9/5
(33)
In SQL Server,the word NULL appears in the results when a column contains a null value.
(True/False)
4.8/5
(40)
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.9/5
(36)
If the Autocommit mode is turned off,you can cancel updates at any time during your current work session.
(True/False)
4.9/5
(41)
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
(32)
In Oracle,use the ____________________ command to display the structure of a table.
(Short Answer)
4.9/5
(43)
To add a new column,use the ____________________ clause of the ALTER TABLE command.
(Short Answer)
4.7/5
(36)
If you have not run the COMMIT command,executing the ____ command will reverse all updates made during the current work session.
(Multiple Choice)
4.8/5
(39)
What happens if you run a DELETE command that does not contain a WHERE clause?
(Multiple Choice)
4.8/5
(41)
One of the nicest features of a relational DBMS,such as Oracle,is the ease with which you can change table structures.
(True/False)
4.8/5
(40)
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.9/5
(46)
You can increase the length of column but you cannot decrease the length of a column.
(True/False)
4.8/5
(49)
Before beginning the updates for a transaction,commit any previous updates by executing the ____________________ command.
(Short Answer)
4.8/5
(41)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)