INSERT INTO sales
VALUES (1234, 22, 111)
What causes an error?
A. a keyword is missing
B. a manadatory condition is not matched
C. INSERT clause should be modified
Thank you
Printable View
INSERT INTO sales
VALUES (1234, 22, 111)
What causes an error?
A. a keyword is missing
B. a manadatory condition is not matched
C. INSERT clause should be modified
Thank you
Must be B although you don't have enough information to determine exactly what the problem is.