Exam 6: Updating Data

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

A(n)____________________ is a logical unit of work.​

(Short Answer)
4.9/5
(34)

You cannot change the characteristics of existing columns.

(True/False)
4.9/5
(36)

Updates become permanent automatically when you exit from the DBMS.

(True/False)
4.8/5
(35)

Which of the following commands executes a rollback?​

(Multiple Choice)
4.7/5
(39)

In Oracle 11 g,a null value is displayed as a hyphen.

(True/False)
4.8/5
(41)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)