Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam DA0-002 All Questions
Exam DA0-002 All Questions

View all questions & answers for the DA0-002 exam

CompTIA Data+ DA0-002 Question # 26 Topic 3 Discussion

DA0-002 Exam Topic 3 Question 26 Discussion:
Question #: 26
Topic #: 3

A table contains several rows of cellular numbers with call timestamps, call durations, called numbers, and carriers of the called number. Which of the following allows a data analyst to sort the cellular numbers based on the carriers of the called numbers and include the total call durations?


A.

SELECT cellular_number, called_number_carrier, SUM(call_duration) FROM calls GROUP BY cellular_number ORDER BY called_number_carrier;


B.

SELECT cellular_number, SUM(call_duration) FROM calls GROUP BY call_duration ORDERBY called_number_carrier;


C.

SELECT cellular_number, called_number_carrier, SUM(call_duration) FROM calls GROUP BY cellular_number, called_number_carrier ORDER BY called_number_carrier;


D.

SELECT cellular_number, called_number_carrier, SUM(call_duration) FROM calls GROUP BY call_duration ORDER BY called_number_carrier;


Get Premium DA0-002 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.