Exam 6: Updating Data

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

How does the procedure for adding rows to an existing MySQL table compare to that for populating a new table that has just been created?

Free
(Multiple Choice)
4.9/5
(25)
Correct Answer:
Verified

A

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

Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
Verified

B

Once you have verified that the update you made is correct, you can make the update permanent by using the _____.

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

C

The default transaction mode in Oracle, which commits each action query as soon as the user executes the query, is _____.

(Multiple Choice)
4.9/5
(37)

Patty begins entering an order into her DBMS using SQL, but soon discovers she cannot complete the order entry process owing to missing data. What should she do to follow best practices related to transactions?

(Multiple Choice)
4.9/5
(38)

Describe the format of the command used to add a new column to an existing MySQL table.

(Essay)
4.8/5
(47)

Which command is used to display the structure of a table in MySQL?

(Multiple Choice)
5.0/5
(28)

A logical unit of work, often conceptualized as a sequence of steps that accomplish a single task, is called a _____.

(Multiple Choice)
4.9/5
(33)

To add data from an existing table to a new table, use a SELECT command in a(n) _____.

(Multiple Choice)
4.7/5
(44)

James has created a new MySQL table called FAVORITES and would like to populate it with data from the existing CANDY table. Which command can he use to add data for rows with a rating of seven or more?

(Multiple Choice)
4.8/5
(40)

A MySQL command to change a value within a table to null _____.

(Multiple Choice)
4.8/5
(34)

How do you change a value in a column to null?

(Essay)
4.8/5
(44)

Using SQL, you can increase the length of an existing table column but you cannot decrease the length of a column.

(True/False)
4.7/5
(32)

You can use the existing value in a column and a calculation to update a value.

(True/False)
4.8/5
(32)

What command is used to delete rows from the database?

(Multiple Choice)
4.8/5
(43)

What do you need to know to complete the FIRST step in the process of creating a new table using data from an existing table, called CANDY, in MySQL?

(Multiple Choice)
4.8/5
(32)

Describe the format for the UPDATE command.

(Essay)
4.9/5
(39)

Which command(s) can you use to delete an entire table and its data?

(Multiple Choice)
4.9/5
(44)

Which clause can you use with the ALTER TABLE command to change a column that currently rejects null values so that it will accept null values?

(Multiple Choice)
5.0/5
(26)

Which command can you use to change rows for which a specific condition is true?

(Multiple Choice)
4.8/5
(41)
Showing 1 - 20 of 34
close modal

Filters

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