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

WGU Data-Management-Foundations - WGU Data Management – Foundations Exam

Page: 1 / 2
Total 60 questions

Which keyword is used to introduce a limiter in a SELECT statement?

A.

FROM

B.

DROP

C.

INTO

D.

WHERE

Which constraint propagates primary key changes to foreign keys?

A.

SET DEFAULT

B.

SET NULL

C.

RESTRICT

D.

CASCADE

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

A.

AS

B.

JOIN

C.

ON

D.

AND

Which description defines a data type?

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.

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

A.

Repository

B.

Relationship instance

C.

Reflexive relationship

D.

Attribute

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.

Which database operation locates the needed table blocks?

A.

Binary search

B.

Table scan

C.

Fan-out

D.

Index scan

What is information independence?

A.

An ability to change database type

B.

An ability to make changes to existing queries

C.

An ability to interchange databases

D.

An ability to change the organization of data

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

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

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

A.

Synonyms

B.

Names

C.

Repositories

D.

Relationships