17. Display the order number and average item cost for each
order.
Answer Posted / yogesh sharma
select order_no,avg(cost) from order group by order_no;
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is an oracle cursor variable?
How much memory your 10g xe server is using?
What are dml statements in oracle?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What are nested tables?
What is oracle thin client?
What is data block in Oracle?
Explain integrity constraints?
What is BBED in Oracle?
How to define a variable to match a table column data type?
What is a nested table and how is it different from a normal table?
What is the difference between $oracle_base and $oracle_home?
What is sharded cluster?
Difference between pre-select and pre-query
What is difference between cartesian join and cross join?