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 is meant by raw datatype?
What are the system predefined user roles?
What is a relational database management system?
How to drop a stored procedure in oracle?
Which is faster join or subquery in oracle?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
What is a user account in oracle?
What is Trigger in Oracle?
What are the uses of Database Trigger ?
How remove data files before opening a database?
What is oracle thin client?
What is an oracle transaction?
What is merge statement used for?
Explain oracle instance.
How to change user password in oracle?