Special Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

WGU Data-Management-Foundations WGU Data Management – Foundations Exam Exam Practice Test

WGU Data Management – Foundations Exam Questions and Answers

Question 1

Which statement uses valid syntax for the DELETE statement in SQL?

Options:

A.

DELETE table_name WHERE condition;

B.

DELETE FROM table_name WHERE condition;

C.

DELETE FROM table_name;

D.

DELETE * FROM table_name WHERE condition;

Question 2

Which designation is an individual value, such as a salary?

Options:

A.

Glossary

B.

Entity type

C.

Attribute type

D.

Relationship

Question 3

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

Options:

A.

HAVING

B.

NEW

C.

ALIAS

D.

UNION

Question 4

Where does a primary key traditionally appear in a table?

Options:

A.

In the table header

B.

In the first column

C.

In the top row

D.

In the last visible column

Question 5

What does the aggregate function do?

Options:

A.

It computes values over a set of rows.

B.

It selects rows that appear in one table but not another.

C.

It eliminates one or more columns of a table.

D.

It lists combinations of rows in two tables.

Question 6

Which term refers to a path from a top-level block to a bottom-level block?

Options:

A.

Fan-out

B.

Crow’s foot

C.

Branch

D.

Sparse index

Question 7

What is the role of the database administrator?

Options:

A.

The database administrator is a consumer of data in a database.

B.

The database administrator is responsible for securing the database system against unauthorized users.

C.

The database administrator determines the format of each data element and the overall database structure.

D.

The database administrator develops computer programs that utilize a database.

Question 8

Which property of an entity can become a column in a table?

Options:

A.

Modality

B.

Uniqueness

C.

Attribute

D.

Non-null values

Question 9

Which main characteristic is used to differentiate between strong and weak entities in the process of database design?

Options:

A.

Association

B.

Primary key

C.

Foreign key

D.

Cardinality

Question 10

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 11

How many bytes of storage does a BIGINT data type hold in MySQL?

Options:

A.

1 byte

B.

3 bytes

C.

4 bytes

D.

8 bytes

Question 12

Which clause is used to specify the join columns when performing a join in MySQL?

Options:

A.

AS

B.

JOIN

C.

ON

D.

AND

Question 13

Which statement is associated with two separate entities?

Options:

A.

Reflexive relationship

B.

Entity type

C.

Relationship

D.

Attribute

Question 14

Which property is associated with a one-field primary key?

Options:

A.

Simple

B.

Duplicate

C.

Numeric

D.

Composite

Question 15

Which keyword combines INSERTS, UPDATES, and DELETES operations into a single statement?

Options:

A.

INTO

B.

JOIN

C.

MERGE

D.

DROP

Question 16

What is the role of the transaction manager within the database system architecture?

Options:

A.

The transaction manager uses information from the catalog to perform query optimization.

B.

The transaction manager is composed of a query processor, storage manager, transaction manager, log, and catalog.

C.

The transaction manager logs insert, update, and delete queries, and the result is sent back to the application.

D.

The transaction manager translates the query processor instructions into filesystem commands and uses an index to quickly locate the requested data.

Question 17

Which type of entity only exists in a logical sense?

Options:

A.

Concrete entity

B.

Tangible entity

C.

Intangible entity

D.

Physical entity

Question 18

Which keyword or clause indicates the desired sequence when displaying a set of records returned from a SELECT statement?

Options:

A.

BETWEEN

B.

DISTINCT

C.

ORDER BY

D.

LIKE