Month End Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Note! Following P2090-050 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

Verified By IT Certified Experts

CertsTopics.com Certified Safe Files

Up-To-Date Exam Study Material

99.5% High Success Pass Rate

100% Accurate Answers

Instant Downloads

Exam Questions And Answers PDF

Try Demo Before You Buy

Certification Exams with Helpful Questions And Answers

IBM PureData System for Analytics Technical Mastery Test v1 Questions and Answers

Question 1

To create a database table, at a minimum, what must be specified?

Options:

A.

column name and data type.

B.

column name, data type and primary key.

C.

column name, data type and default constraint.

D.

column name, data type and distribute on clause.

Buy Now
Question 2

In order to set a runaway query event totrigger when a query runs longer than two minutes, which two items must be configured? (Choose two.)

Options:

A.

The runaway query event was enabled.

B.

The pg.log file was configured for two minutes.

C.

The runaway query event was configured for two minutes.

D.

The nzsystem command was used to set the QUERYTIMEOUT to two minutes.

E.

The CREATE USER command was used to set the QUERYTIMEOUT to two minutes.

Question 3

Given the following query: Select count(*) from TableA; How can you view the query plan without executing the query?

Options:

A.

Use explain.

B.

Use statistics.

C.

Use pg.log file.

D.

Set show_plan = true;