Which of the following INSERT statements is correct?

Which of the following INSERT statements is correct?

Which of the following INSERT statements is correct?

A.
INSERT INTO Employees VALUES (1001, ‘Maria’, ‘100 Park Street’, ’17-JUN-99′);

B.
INSERT INTO Employees VALUES (1001, ‘Maria’, ‘100 Park Street’, ’17-JUN-99′)

C.
INSERT Employees (1001, ‘Maria’, ‘100 Park Street’, ’17-JUN-99′);

D.
INSERT INTO Employees VALUES (1001, Maria, 100 Park Street, ’17-JUN-99′);



Leave a Reply 0

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