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’)