Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which database operation locates the needed table blocks?

A.

Binary search

B.

Table scan

C.

Fan-out

D.

Index scan

Where does a primary key traditionally appear in a table?

A.

In the table header

B.

In the first column

C.

In the top row

D.

In the last visible column

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

A.

Implement weak entities

B.

Implement one-one relationships

C.

Implement subtype entities

D.

Specify cascade

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

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

A.

HAVING

B.

NEW

C.

ALIAS

D.

UNION

Which term defines a column, or group of columns, that refers to a primary key in a different table?

A.

Super key

B.

Simple key

C.

Composite key

D.

Foreign key

Which command is used to filter group results generated by the GROUP BY clause?

A.

REPLACE

B.

HAVING

C.

WITH

D.

WHERE

Which function removes only the leading spaces from a string?

A.

LTRIM

B.

LEFT

C.

TRIM

D.

REPLACE