Exam 6: Updating Data

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

If you specified ____ for a column when you created a table, then changing a value in a column to null is prohibited.

Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
Verified

A

MySQL does not allow you to change the size of DECIMAL columns.

Free
(True/False)
4.9/5
(40)
Correct Answer:
Verified

False

You use the ____________________ command to remove rows from a table.

Free
(Short Answer)
4.7/5
(36)
Correct Answer:
Verified

DELETE

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

(Short Answer)
4.8/5
(37)

If you decrease the size of a column, it is possible to lose some data currently in the column.

(True/False)
4.7/5
(43)

You can use the ROLLBACK command to return the column length to its original state.

(True/False)
4.9/5
(28)

A(n)____ can be viewed as a sequence of steps that accomplishes a single task.

(Multiple Choice)
4.9/5
(43)

You can use the ____ command to delete an entire table and its data.

(Multiple Choice)
4.8/5
(39)

You can use the ____ clause of the ALTER TABLE command to change a column that currently rejects null values so that it will accept null values.

(Multiple Choice)
4.8/5
(40)

The DROP TABLE command creates an empty table.

(True/False)
4.9/5
(41)

You can use the ____ command to create a new table using data in an existing table.

(Multiple Choice)
4.9/5
(35)

To verify that the correct change was made to data in a table, use the DISPLAY command.

(True/False)
4.9/5
(34)

Updates become permanent automatically when you exit from MySQL.

(True/False)
4.9/5
(35)

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

The ROLLBACK command reverses changes made to a table's structure.

(True/False)
4.9/5
(41)

If you have verified that the update you made is correct, you can use the ____ command to make the update permanent.

(Multiple Choice)
5.0/5
(36)

If you specified ____________________ for the column when you created the table, then changing a value in a column to null is prohibited.

(Short Answer)
4.7/5
(28)

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

Which of the following is a valid SQL command?

(Multiple Choice)
4.8/5
(42)

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.9/5
(32)
Showing 1 - 20 of 75
close modal

Filters

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