Exam 6: Updating Data

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

In MySQL, use the ____ command to show the layout of a table.

(Multiple Choice)
4.8/5
(34)

To add a new column, use the ADD COLUMN clause of the ALTER TABLE command.

(True/False)
4.9/5
(41)

MySQL allows you to reduce the size of a column.

(True/False)
4.9/5
(38)

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

(Essay)
4.8/5
(34)

The ADD clause consists of the word ADD followed by the name of the ____________________ to be added, followed by the characteristics.

(Short Answer)
4.9/5
(36)

You can delete a table that is no longer needed by using the ____________________ TABLE command.

(Short Answer)
4.8/5
(29)

To make the same update for all rows in a table, omit the ____ clause.

(Multiple Choice)
4.7/5
(30)

The command CREATE TABLE LEVEL1_CUSTOMER ____________________ CUSTOMER; creates a new table from an existing table.

(Short Answer)
4.9/5
(36)

The command for changing a value to null is the same for changing any other value.

(True/False)
4.7/5
(40)

In MySQL, use the ____ command to show the revised structure of a table.

(Multiple Choice)
5.0/5
(45)

There are table structure changes that are beyond the capabilities of MySQL.

(True/False)
4.9/5
(36)

In order to use the COMMIT command in MySQL, you need to change the value for AUTOCOMMIT to ____.

(Multiple Choice)
4.8/5
(35)

To delete data from the database, use the ____ command.

(Multiple Choice)
4.9/5
(37)

The ____ command is permanent.

(Multiple Choice)
4.9/5
(37)

It is possible to use calculations to update a value in a column.

(True/False)
4.9/5
(37)

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
(37)

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

(True/False)
4.8/5
(40)

MySQL does not support the COMMIT or ROLLBACK commands.

(True/False)
4.8/5
(31)

In a transaction, if any update cannot be completed, execute the ____________________ command and discontinue the updates for the current transaction.

(Short Answer)
4.8/5
(40)

How can you use the COMMIT and ROLLBACK commands to support transactions?

(Essay)
4.8/5
(38)
Showing 21 - 40 of 75
close modal

Filters

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