Pass the WGU Courses and Certificates Data-Management-Foundations Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

Which clause from a SELECT statement immediately accompanies the SELECT clause in MySQL?

Options:

A.

FROM


B.

VALUE


C.

WHERE


D.

TABLE


Expert Solution
Questions # 12:

What is a common error made while inserting an automatically incrementing primary key?

Options:

A.

Inserting a value and overriding auto-increment for a primary key


B.

Failing to set a numeric value in a newly inserted row


C.

Designating multiple primary keys


D.

Forgetting to specify which is the auto-increment column


Expert Solution
Questions # 13:

Which operator defines the field that the index is using in a CREATE TABLE statement?

Options:

A.

ON


B.

IN


C.

UNIQUE


D.

CHECK


Expert Solution
Questions # 14:

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

Options:

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");


Expert Solution
Questions # 15:

Which elements are represented by attributes in the database design documents?

Options:

A.

Synonyms


B.

Names


C.

Repositories


D.

Relationships


Expert Solution
Questions # 16:

Which type of join is demonstrated by the following query?

sql

SELECT *

FROM Make, Model

WHERE Make.ModelID = Model.ID;

Options:

A.

NON-EQUIJOIN


B.

SELF JOIN


C.

EQUIJOIN


D.

CROSS JOIN


Expert Solution
Questions # 17:

Which expression can be used to create a temporary name for a table?

Options:

A.

HAVING


B.

NEW


C.

ALIAS


D.

UNION


Expert Solution
Questions # 18:

Which relationship exists between occurrences of the same entity types?

Options:

A.

Modality


B.

Unary


C.

Cardinality


D.

Binary


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions