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 |
How to pass a parameter to a cursor in oracle?
Describe Referential Integrity ?
What is define in oracle?
What is the use of aggregate functions in oracle?
What is BBED in Oracle?
Can you have more than one content canvas view attached with a window ?
Which is better Oracle or MS SQL? Why?
what is the difference between primary key & foreign key?
57 Answers CTS, Infosys, La Multi, Sparsh, Wipro,
What is meant by raw datatype?
What is the difference between a vector and an Array? (Java)
Why cursor variables are easier to use than cursors?
Explain the different normalization forms?