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
How to connect to the server with user account: sys?
Explain the features of oracle?
How to install oracle database 10g xe?
What is an oracle table?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
Explain what are the advantages of views?
is there a tool to trace queries, like profiler for sql server?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How do you tell what your machine name is and what is its IP address?
What is integrity and what is constraint??Explain with example
What are the differences between lov and list item?
WHAT IS ecc 6.0
Calculate difference between 2 date / times in oracle sql?
What are the differences between number and binary_float in oracle?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....