Page 1 of 1

Observe the given SQL query and choose the correct option. SELECT branch_name, COUNT (DISTINCT customer_name) FROM depo

Posted: Thu Jul 14, 2022 8:53 am
by answerhappygod
a) The query is syntactically correct but gives the wrong answer
b) The query is syntactically wrong
c) The query is syntactically correct and gives the correct answer
d) The query contains one or more wrongly named clauses.