Exam 6: Updating Data

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

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)

Describe the format of the ALTER TABLE command to add a new column.

(Essay)
4.8/5
(32)

You cannot commit and roll back data in SQL Server.

(True/False)
5.0/5
(36)

The data stored in tables changes only infrequently.

(True/False)
4.9/5
(43)

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 use the APPEND command to add additional rows to tables.

(True/False)
4.8/5
(35)

The ____ command is permanent.

(Multiple Choice)
4.9/5
(26)

You can increase the length of column but you cannot decrease the length of a column.

(True/False)
4.8/5
(33)

Access does not support the COMMIT or ROLLBACK commands.

(True/False)
4.9/5
(42)

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)

Describe the format for the UPDATE command.

(Essay)
4.9/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)
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
close modal

Filters

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