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
What are the types of partitions in oracle?
Explain the truncate in oracle?
What is the usage of save points in oracle database?
What is clustered table in Oracle?
if you ctreate table identity
How to rebuild an index in oracle?
Can we use bind variables in oracle stored procedure?
How to use "startup" command to start default instance?
What are the major difference between truncate and delete?
Explain the difference between sap and oracle?
what is dynamic SGA and static SGA
Explain an integrity constrains?
Can you drop an index associated with a unique or primary key constraint?
How will you identify oracle database software release?
What are the ways tablespaces can be managed and how do they differ?