Exam 6: Updating Data

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

Which is the correct sequence of elements in a command to remove rows from a MySQL table?

(Multiple Choice)
4.8/5
(39)

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

(True/False)
4.8/5
(32)

Changing a value in a table column to null is prohibited if, when you created the table, you specified _____.

(Multiple Choice)
4.7/5
(49)

The DROP TABLE command creates an empty table.

(True/False)
4.9/5
(40)

Which is the correct sequence of elements for a SQL command that will change a value in an existing table row?

(Multiple Choice)
4.9/5
(35)

Which of the following is a valid SQL command?

(Multiple Choice)
4.9/5
(41)

Which of the following commands executes a rollback?

(Multiple Choice)
4.7/5
(39)

To permanently remove both a table and its data, you must execute both a DROP TABLE command and a DELETE command.

(True/False)
4.8/5
(39)

How do you use data from certain columns of an existing table to populate a new table with a matching structure?

(Multiple Choice)
4.8/5
(33)

Which command can you use to create a new table using data in an existing table?

(Multiple Choice)
4.9/5
(43)

Barney learns that the phone number for his friend Lacey in his ADDRESS_BOOK table has been disconnected; thus, her number is now unknown to him. Which SQL statement should Barney use to update the table so as to reflect this unknown value?

(Multiple Choice)
4.8/5
(40)

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

(Essay)
4.8/5
(33)

If you have not run the COMMIT command, you can reverse all updates made during the current work session by executing the _____.

(Multiple Choice)
4.9/5
(37)

Which command should Josephine use if she would like to add a new row to the BMI table in MySQL?

(Multiple Choice)
4.7/5
(36)
Showing 21 - 34 of 34
close modal

Filters

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