Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: myex65

Home > WGU > Courses and Certificates > Data-Management-Foundations

Data-Management-Foundations WGU Data Management – Foundations Exam Question and Answers

Question # 4

Which keyword can be used as a clause in an ALTER TABLE statement?

A.

DELETE

B.

CHANGE

C.

STOP

D.

AGGREGATE

Full Access
Question # 5

What is the first step of the analysis phase for designing a database?

A.

Determine cardinality

B.

Identify entities

C.

Draw an entity-relationship (ER) diagram

D.

Implement attributes

Full Access
Question # 6

Which characteristic is true for non-relational databases?

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.

Full Access
Question # 7

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

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

Full Access
Question # 8

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

A.

Literals

B.

Comments

C.

Identifiers

D.

Keywords

Full Access
Question # 9

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

A.

ON

B.

IN

C.

UNIQUE

D.

CHECK

Full Access
Question # 10

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

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;

Full Access
Question # 11

Which primary key values consist of a single field only?

A.

Simple

B.

Partition

C.

Stable

D.

Meaningless

Full Access
Question # 12

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

A.

1 byte

B.

3 bytes

C.

4 bytes

D.

8 bytes

Full Access
Question # 13

Which optional clause is used to reject inserts and updates that do not satisfy the WHERE clause of a view query?

A.

WITH CHECK OPTION

B.

JOIN VIEWS

C.

MATERIALIZED VIEW

D.

BASE TABLE

Full Access
Question # 14

How is the primary key indicated in a table?

A.

By using a formula in SQL

B.

By using an SQL keyword

C.

By using bold typeface in the appropriate column

D.

By using a diamond symbol inserted into the table

Full Access
Question # 15

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

A.

MongoDB

B.

SQL Server

C.

MySQL

D.

Oracle Database

Full Access
Question # 16

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

A.

LIKE

B.

IN

C.

OR

D.

BETWEEN

Full Access
Question # 17

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

A.

AS

B.

JOIN

C.

ON

D.

AND

Full Access
Question # 18

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

A.

BETWEEN

B.

DISTINCT

C.

ORDER BY

D.

LIKE

Full Access