17. Display the order number and average item cost for each
order.



17. Display the order number and average item cost for each order...

Answer / yogesh sharma

select order_no,avg(cost) from order group by order_no;

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More Oracle General Interview Questions

What is currency type in database ?

3 Answers   TCS,


What are the set operators union, union all, minus & intersect meant to do?

0 Answers  


What is an oracle cursor variable?

0 Answers  


how many outer joins are used in a single sql query? is there any limitations for using of outer joins?

2 Answers   BOB Technologies, Cap Gemini, IBM,


Explain an exception and its types?

0 Answers  






Suppose U install the oracle DB either enterprise edition or express edition in ur personal PC, Is there the Database has been created after ur installation if not then where the oracle's all objects with data be stored?

1 Answers   IBM,


Explain the different normalization forms?

0 Answers  


What is oracle update statement with inner join ?

0 Answers  


Difference between an implicit & an explicit cursor.?

2 Answers  


What is a select query statement in oracle?

0 Answers  


what is the syntax of CREATE command?

8 Answers  


What are the roles of dba?

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)