WGU Data Management – Foundations Exam Data-Management-Foundations Question # 14 Topic 2 Discussion

WGU Data Management – Foundations Exam Data-Management-Foundations Question # 14 Topic 2 Discussion

Data-Management-Foundations Exam Topic 2 Question 14 Discussion:
Question #: 14
Topic #: 2

Which SQL command uses the correct syntax to add a new employee "John Doe" to the Employee table?


A.

INSERT Employee { "John Doe" };


B.

INSERT INTO Employee (Name) VALUES ("John Doe");


C.

INSERT INTO Employee ("John Doe");


D.

INSERT Employee (Name) Values ("John Doe");


Get Premium Data-Management-Foundations Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.