Question: Which of the following SQL statements determines how many total customers were referred by other customers? a. SELECT customer#, SUM (referred) FROM customers GROUP BY
Which of the following SQL statements determines how many total customers were referred by other customers?
a. SELECT customer#, SUM (referred)
FROM customers
GROUP BY customer#;
b. SELECT COUNT (referred)
FROM customers;
c. SELECT COUNT(*)
FROM customers;
d. SELECT COUNT(*)
FROM customers
WHERE referred IS NULL;
Step by Step Solution
3.42 Rating (155 Votes )
There are 3 Steps involved in it
b SELECT ... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
1803_60b8c121298e0_716650.pdf
180 KBs PDF File
1803_60b8c121298e0_716650.docx
120 KBs Word File
