25. Display the client number and the value of the highest
value order placed by that client.
Answer Posted / uday shankar chejerla
select clientnum,high_value_order from ordertab where
high_value_order=(select max(high_value_order) from
ordertab);
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to invoke the data pump import utility?
What is rich query?
what is the difference between substr and instr function in oracle?
Explain oracle’s server parameter file.
Describe varray?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
What suggestions do you have to reduce the network traffic?
How is it different from a normal table?
How do I spool to a csv formatted file using sqlplus?
What is SQL access advisor in Oracle?
What is flashback in Oracle?
How to login to the server without an instance?
How to do paging with oracle?
When system tablespace is created?
What is oracle database 10g express edition?