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

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

WGU Data Management – Foundations Exam Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$37.5  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$33  $109.99
Question 1

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 2

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

Options:

A.

HAVING

B.

NEW

C.

ALIAS

D.

UNION

Question 3

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 4

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 5

Which description defines a data type?

Options:

A.

It is a named set of values.

B.

It is an unnamed tuple of values.

C.

It has values corresponding to columns.

D.

It has a name and a varying set of rows.

Question 6

Which syntax feature classifies the explicit string, numeric, or binary values used in SQL queries?

Options:

A.

Literals

B.

Comments

C.

Identifiers

D.

Keywords

Question 7

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 8

Which relationship or association exists between a supertype and its subtype entities?

Options:

A.

Strong entity

B.

IsA relationship

C.

Associative entity

D.

Weak entity

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 optional clause is used to reject inserts and updates that do not satisfy the WHERE clause of a view query?

Options:

A.

WITH CHECK OPTION

B.

JOIN VIEWS

C.

MATERIALIZED VIEW

D.

BASE TABLE

Question 11

Which operation finds an entry containing a search value by repeatedly splitting the index in two?

Options:

A.

Table scan

B.

Binary search

C.

Index scan

D.

Fan-out

Question 12

Which function measures a numeric value's distance from 0?

Options:

A.

CONCAT

B.

LOWER

C.

FROM

D.

ABS

Question 13

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

Options:

A.

INTO

B.

JOIN

C.

MERGE

D.

DROP

Question 14

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 15

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 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 the first step of the analysis phase for designing a database?

Options:

A.

Determine cardinality

B.

Identify entities

C.

Draw an entity-relationship (ER) diagram

D.

Implement attributes

Question 18

Which phase of entity-relationship modeling refers to the maxima and minima of relationships and attributes?

Options:

A.

Cardinality

B.

Physical design

C.

Attribute minimum

D.

Partition