Weekend Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Online Data-Management-Foundations Questions Video

WGU Data Management – Foundations Exam Questions and Answers

Question 13

Which type of entity only exists in a logical sense?

Options:

A.

Concrete entity

B.

Tangible entity

C.

Intangible entity

D.

Physical entity

Question 14

How can a primary key constraint be added after the table is created?

Options:

A.

By using an ALTER clause

B.

By using the CREATE TABLE statement

C.

By using an UPDATE clause

D.

By using an INSERT INTO clause

Question 15

Which type of join selects all the rows from both the left and right table, regardless of match?

Options:

A.

Full Join

B.

Outer Join

C.

Inner Join

D.

Cross Join

Question 16

Which SELECT statement uses valid syntax for SQL?

Options:

A.

SELECT "column name", "column name" FROM "table name" WHERE "column name"

B.

SELECT column1, column2 WHERE condition FROM table_name;

C.

SELECT ALL column1, column2 FROM table_name;

D.

SELECT column1, column2 FROM table_name;