Multiple Choice
Which command should Josephine use if she would like to add a new row to the BMI table in MySQL?
A) INSERT INTO BMI VALUES ('Emily', 'Cross', 66, 115) ;
B) UPDATE BMI SET ('Emily', 'Cross', 66, 115) ;
C) SELECT* FROM BMI INSERT ('Emily', 'Cross', 66, 115) ;
D) UPDATE BMI VALUES ('Emily', 'Cross', 66, 115) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: The DROP TABLE command creates an empty
Q25: Which is the correct sequence of elements
Q26: Which of the following is a valid
Q27: Which of the following commands executes a
Q28: To permanently remove both a table and
Q29: How do you use data from certain
Q30: Which command can you use to create
Q31: Barney learns that the phone number for
Q32: How can you use the COMMIT and
Q33: If you have not run the COMMIT