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

TDBL4-16.20 Questions and Answers

Question # 6

Company ABC is giving a 2% pay raise for employees earning less than $7%,000 and assigned to a valid department.

Which UPDATE statement will apply this request?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 7

A list of employees with one of the following characteristics must be produced

• Works in Department 40, and the last name is not Johnson or Smith

• Works in Department 60 and earns more than $40,000

Which WHERE clause will produce the needed list?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 8

A research group need to run some queries that will only be needed once. These queries will include intermediate computations. The group has access to the data in the Teradata Database with spool space but no write access.

Which type of table should the research group use to run their ad hoc queries?

A.

Permanent

B.

Queue

C.

Derived

D.

Journal

Full Access
Question # 9

In which SQL clauses can a subquery be

A.

SELECT and GROUP BY

B.

FROM and ORDER BY

C.

CASE and WHERE

D.

INTO and FROM

Full Access
Question # 10

What is a characteristic of a permanent table that differentiates it from a volatile or global temporary table?

A.

Up to 32 secondary indexes can be specified on a table

B.

Updates can be performed without transient journaling

C.

Statistics can be collected

D.

Supports read access by multiple users concurrently

Full Access
Question # 11

A developer is fixing an 'out of spoor query and needs to trace the point of failure.

Which DBQL table can be used?

A.

DBQLObjTbl

B.

DBQLSqlTbI

C.

DBQLStepTbl

D.

DBQLExplainTbl

Full Access
Question # 12

For which scenario can the NOSPOOL mode option in the TPT Export operator be used?

A.

It can be used for statements that contain a SUM or AVG function

B.

It can be used for statements that contain a single retrieve step

C.

It can be used for statements that contain ORDER BY clauses

D.

It can be used for statements that contain a join condition

Full Access
Question # 13

An individual will be using ALTER TABLE to add a new column with a data type of INTEGER and the NOT NULL attribute to a populated table.

Which statement is true about the ALTER TABLE?

A.

The statement must be executed in Teradata mode

B.

The COMPRESS 0 option is inquired

C.

The DEFAULT option is requited

D.

The table must have a primary index

Full Access