Solved

Which Command Should Josephine Use If She Would Like to Add

Question 34

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions