Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
A Guide to SQL Study Set 2
Quiz 6: Updating Data
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
Which is the correct sequence of elements in a command to remove rows from a MySQL table?
Question 22
Essay
Describe the format of the command used to add a new column to an existing MySQL table.
Question 23
Multiple Choice
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?
Question 24
Multiple Choice
A MySQL command to change a value within a table to null _____.
Question 25
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?
Question 26
Multiple Choice
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?
Question 27
Multiple Choice
Which command should Josephine use if she would like to add a new row to the BMI table in MySQL?
Question 28
Multiple Choice
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?
Question 29
Multiple Choice
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?