Exam 6: Updating Data

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

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)

To delete rows from the database,use the ____ command.​

(Multiple Choice)
4.8/5
(46)

You cannot use a compound condition with an UPDATE command.

(True/False)
4.8/5
(38)

You use the APPEND command to add additional rows to tables.

(True/False)
4.8/5
(41)

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)

Which of the following is a valid SQL command?​

(Multiple Choice)
4.8/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)

The data stored in tables changes only infrequently.

(True/False)
4.9/5
(43)

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

Filters

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