Exam 6: Updating Data

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

Before beginning the updates for a transaction, commit any previous updates by executing the ____________________ command.

(Short Answer)
4.9/5
(42)

What happens if you run a DELETE command that does not contain a WHERE clause?

(Multiple Choice)
4.8/5
(39)

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.9/5
(37)

In order to use the ROLLBACK commands in MySQL, you need to change the value for ____ to 0.

(Multiple Choice)
4.8/5
(40)

In a transaction, if you can complete all updates successfully, execute the ____________________ command after completing the final update.

(Short Answer)
4.9/5
(48)

Which of the following commands executes a rollback?

(Multiple Choice)
4.7/5
(31)

During your current work session you can save your changes immediately by executing the ____________________ command.

(Short Answer)
4.9/5
(30)

In some cases, when you update the data in a table, you can reverse (cancel)them at any time during your current work session.

(True/False)
4.8/5
(31)

The ROLLBACK command reverses changes made to the ____________________ only.

(Short Answer)
4.9/5
(32)

In MySQL, use the ____ data type for variable-length character columns.

(Multiple Choice)
4.8/5
(37)

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

(Short Answer)
4.8/5
(37)

In some cases, you might need to change a table's structure in ways that are beyond the capabilities of your DBMS. When that happens, use the RESTRUCTURE command to redesign the table.

(True/False)
4.9/5
(29)

You must execute the SET AUTOCOMMIT = 0; command once at the beginning of a session and once at the end of the session if you want to use the COMMIT and ROLLBACK commands.

(True/False)
4.9/5
(44)

You cannot use the INSERT command to update table data.

(True/False)
4.8/5
(36)

One of the nicest features of a relational DBMS, such as MySQL, is the ease with which you can change table structures.

(True/False)
4.8/5
(32)

You can change the characteristics of existing columns by using the ____________________ clause of the ALTER TABLE command.

(Short Answer)
4.8/5
(38)

The NULL value should be enclosed in single quotation marks.

(True/False)
5.0/5
(44)

To change a column that currently rejects null values so that it accepts null values, use the ____ clause of the ALTER TABLE command

(Multiple Choice)
4.8/5
(41)

Describe the format for the UPDATE command.

(Essay)
4.9/5
(32)

With SQL, you can change a table's structure by using the ____________________ command.

(Short Answer)
4.7/5
(43)
Showing 41 - 60 of 75
close modal

Filters

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