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
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.8/5
(38)
In Oracle, use the ____________________ command to display the structure of a table.
(Short Answer)
4.7/5
(28)
You can delete a table that is no longer needed by using the ____________________ TABLE command.
(Short Answer)
4.8/5
(36)
____ is the default transaction mode in Oracle and commits each action query as soon as the user executes the query.
(Multiple Choice)
4.8/5
(32)
In a transaction, if you can complete all updates successfully, execute the ____________________ command after completing the final update.
(Short Answer)
4.8/5
(33)
The ADD clause consists of the word ADD followed by the name of the ____________________ to be added, followed by the characteristics.
(Short Answer)
4.8/5
(45)
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.9/5
(37)
There are table structure changes that are beyond the capabilities of SQL.
(True/False)
5.0/5
(32)
With SQL, you can change a table's structure by using the ____________________ command.
(Short Answer)
4.8/5
(41)
To add a new column, use the ____________________ clause of the ALTER TABLE command.
(Short Answer)
4.8/5
(35)
You use the ____________________ command to remove rows from a table.
(Short Answer)
4.8/5
(39)
During your current work session you can save your changes immediately by executing the ____________________ command.
(Short Answer)
4.9/5
(36)
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.7/5
(40)
In Access, use the Documenter tool to show the layout of a table.
(True/False)
4.9/5
(36)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)