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

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

Page: 1 / 6
Total 60 questions

WGU Data Management – Foundations Exam Questions and Answers

Question 1

Which characteristic is true for non-relational databases?

Options:

A.

They are optimized for big data.

B.

They support the SQL query language.

C.

They are ideal for databases that require an accurate record of transactions.

D.

They store data in tables, columns, and rows, similar to a spreadsheet.

Question 2

Which object relates an entity to itself in an entity-relationship model?

Options:

A.

Repository

B.

Relationship instance

C.

Reflexive relationship

D.

Attribute

Question 3

What is the last step in the logical design process for designing a database?

Options:

A.

Analyze data requirements

B.

Apply a normal form

C.

Determine cardinality

D.

Discover entities

Question 4

Which keyword determines if a value is within a range of values?

Options:

A.

LIKE

B.

IN

C.

OR

D.

BETWEEN

Question 5

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

Options:

A.

Glossary

B.

Entity type

C.

Attribute type

D.

Relationship

Question 6

Which primary key values consist of a single field only?

Options:

A.

Simple

B.

Partition

C.

Stable

D.

Meaningless

Question 7

Which constraint propagates primary key changes to foreign keys?

Options:

A.

SET DEFAULT

B.

SET NULL

C.

RESTRICT

D.

CASCADE

Question 8

Which function removes only the leading spaces from a string?

Options:

A.

LTRIM

B.

LEFT

C.

TRIM

D.

REPLACE

Question 9

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 10

Which entity in a table is a measurable object in the real world?

Options:

A.

Logical entity

B.

Tangible entity

C.

Virtual entity

D.

Conceptual entity

Question 11

Which relationship is shown in the following diagram?

Question # 11

Options:

A.

Many-to-many

B.

Associative entity

C.

Unary relationship

D.

Intersection data

Question 12

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 13

Which function is considered an aggregate function?

Options:

A.

MAX

B.

TRIM

C.

ABS

D.

DESC

Question 14

What is the second step in the implement relationships stage of database design?

Options:

A.

Implement weak entities

B.

Implement one-one relationships

C.

Implement subtype entities

D.

Specify cascade

Question 15

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

Question 16

Which product has an open-source license in addition to having a non-relational system?

Options:

A.

MongoDB

B.

SQL Server

C.

MySQL

D.

Oracle Database

Question 17

What is shown on the “many” side of a relationship between two tables?

Options:

A.

Reflexive relationship

B.

Binary relationship

C.

Weak entity

D.

Foreign key

Question 18

Which capability should databases maintain to simplify the use of SQL with a general-purpose language?

Options:

A.

The storage manager to interpret low-level file-system commands

B.

The ability to reverse results if needed

C.

The query processor to deliver results

D.

The use of an application programming interface

Page: 1 / 6
Total 60 questions