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 to see free space of each tablespace?
How to use like conditions in oracle?
What is blob datatype?
Explain about achiever in sql?
What are transaction isolation levels supported by oracle?
How to drop a stored function?
Can you drop an index associated with a unique or primary key constraint?
How to rename a tablespace in oracle?
What is data file?
How to initialize variables with default values?
How to assign a table row to a record variable?
What is BBED in Oracle?
State any two functions of oracle?
Can we use bind variables in oracle stored procedure?
Explain what are synonyms used for?