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
How oracle handles dead locks?
How to return top 5 rows in oracle?
What is set verify off in oracle?
How to run queries on external tables?
various types of hints and their usage
How to rename an index in oracle?
What is a trigger and what are its types in oracle?
How to use null as conditions in oracle?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
What is Virtual Private Database in Oracle?
What is meant by raw datatype?
Briefly explain what is literal? Give an example where it can be used?
What are the general rules on data consistency?
What is where clause in oracle?
What is partitioned table in Oracle?