7. Repeat query (7) but also display all clients who have
never ordered anything.
Answer Posted / anjum
select c.custid,c.name,count(o.ordid) from customer c left
join orders o on c.custid=o.custid group by c.custid;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the types of exception?
How to assign values to variables?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
How to create a table interactively?
What is the difference between 10g OEM and 11g OEM?
How to use windows user to connect to the server?
What is a static data dictionary in oracle?
What are the roles of dba?
How can we delete duplicate rows in a table?
Explain an integrity constrains?
Does oracle database need java?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
How to define an anonymous procedure without variables?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
How to add a new column to an existing table with a default value?