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 Trigger in Oracle?

0 Answers   MCN Solutions,


what is cartesian product?

2 Answers  


What are the attributes that are found in a cursor?

0 Answers  


How view is different from a table?

0 Answers  


What are the differences between interval year to month and interval day to second?

0 Answers  






How to install oracle odbc drivers?

0 Answers  


What happens if the imported table already exists?

0 Answers  


Explain database link?

0 Answers  


Can we store images in oracle database?

0 Answers  


What are the various types of snapshots ?

0 Answers  


How to use windows user to connect to the server?

0 Answers  


How do you store pictures in a database?

0 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)