7. Repeat query (7) but also display all clients who have
never ordered anything.



7. Repeat query (7) but also display all clients who have never ordered anything...

Answer / 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

More Oracle General Interview Questions

What is a OUTER JOIN?

1 Answers  


What are the factors causing the reparsing of SQL statements in SGA?

2 Answers  


Is it possible to insert comments into sql statements return in the data model editor ?

0 Answers   Oracle,


What are the original export and import utilities?

0 Answers  


How to find the date and time of last updated table?

4 Answers  






What are the advantages of Views ?

3 Answers  


How to create an oracle database?

0 Answers  


List the parts of a database trigger.

0 Answers  


Which environment variables are absolutely critical in order to run the OUI?

0 Answers  


In Oracle 10g, "g" Stands for what?

5 Answers   Mphasis,


How do I call oracle stored procedures that take no parameters?

0 Answers  


what is difference between table and view? where to use views? thanks in advance!

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)