Multiple Choice
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?
A) the number of rows and columns in the existing table
B) the primary key value for each row in the table of existing data
C) the columns from CANDY that you want to include and their characteristics
D) the rows from CANDY that you want to include in the new table
Correct Answer:

Verified
Correct Answer:
Verified
Q11: A MySQL command to change a value
Q12: How do you change a value in
Q13: Using SQL, you can increase the length
Q14: You can use the existing value in
Q15: What command is used to delete rows
Q17: Describe the format for the UPDATE command.
Q18: Which command(s) can you use to delete
Q19: Which clause can you use with the
Q20: Which command can you use to change
Q21: Which is the correct sequence of elements