Cloudera CCA Spark and Hadoop Developer Exam CCA175 Question # 22 Topic 3 Discussion

Cloudera CCA Spark and Hadoop Developer Exam CCA175 Question # 22 Topic 3 Discussion

CCA175 Exam Topic 3 Question 22 Discussion:
Question #: 22
Topic #: 3

Problem Scenario 85 : In Continuation of previous question, please accomplish following activities.

1. Select all the columns from product table with output header as below. productID AS ID

code AS Code name AS Description price AS 'Unit Price'

2. Select code and name both separated by ' -' and header name should be Product Description'.

3. Select all distinct prices.

4. Select distinct price and name combination.

5. Select all price data sorted by both code and productID combination.

6. count number of products.

7. Count number of products for each code.


Get Premium CCA175 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.