Single Choice Not Set

QWhich of these is the correct command for inserting values in the Employee relation?

ID: #2812 Structured Query Language 743 views
Question Info
#2812Q ID
Not SetDifficulty
Structured Query LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A INSERT VALUES (
  • B INSERT (
  • C INSERT INTO Employee VALUES (
  • D None of these
Correct Answer

Explanation

INSERT INTO Employee VALUES (‘John’, 2000);

Share This Question

Challenge a friend or share with your study group.