Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

Data-Management-Foundations Questions and Answers

Question # 6

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 # 7

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 # 8

Which keyword can be used to combine two results into one table?

A.

UNION

B.

MERGE

C.

INTEGRATE

D.

CONSOLIDATE

Full Access
Question # 9

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

A.

Modality

B.

Uniqueness

C.

Attribute

D.

Non-null values

Full Access
Question # 10

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

A.

Logical entity

B.

Tangible entity

C.

Virtual entity

D.

Conceptual entity

Full Access
Question # 11

Which constraint propagates primary key changes to foreign keys?

A.

SET DEFAULT

B.

SET NULL

C.

RESTRICT

D.

CASCADE

Full Access
Question # 12

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

A.

Association

B.

Primary key

C.

Foreign key

D.

Cardinality

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

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

A.

Simple

B.

Duplicate

C.

Numeric

D.

Composite

Full Access
Question # 15

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

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.

Full Access
Question # 16

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 # 17

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

A.

Analyze data requirements

B.

Apply a normal form

C.

Determine cardinality

D.

Discover entities

Full Access
Question # 18

Which relationship exists between occurrences of the same entity types?

A.

Modality

B.

Unary

C.

Cardinality

D.

Binary

Full Access