Exam 6: Updating Data
Exam 1: Introduction to Kimtay Pet Supplies and Staywell Student Accommodation Databases36 Questions
Exam 2: Database Design Fundamentals33 Questions
Exam 3: Creating Tables35 Questions
Exam 4: Single Table Queries35 Questions
Exam 5: Multiple Table Queries34 Questions
Exam 6: Updating Data34 Questions
Exam 7: Database Administration35 Questions
Exam 8: Functions Procedures and Triggers35 Questions
Select questions type
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)