Which choice demonstrates the correct syntax for the INSERT command?

Which choice demonstrates the correct syntax for the INSERT command?

Which choice demonstrates the correct syntax for the INSERT command?

A.
INSERT VALUES EQUAL (‘Kentucky’, ‘Blue’) INTO MyDatabase

B.
INSERT INTO MyDatabase VALUES (‘Kentucky’, ‘Blue’)

C.
INSERT VALUES “Kentucky”, “Blue”) INTO MyDatabase

D.
INSERT INTO MyDatabase VALUES EQUAL (‘Kentucky’, ‘Blue’)



Leave a Reply 0

Your email address will not be published. Required fields are marked *