Vidyalelo
MySQL · Q501

MySQL

Programming · MySQL · question 501

Q501

Will the following SQL command produce any error? INSERT INTO person (person_id, fname,lname) VALUES (1,’S’,’U’), VALUES (1,’T’,’U’); /* where person_id is a primary key */

A.
Error
Answer
B.
No Error
C.
Depends
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board