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 can I see all tables in oracle?
How to do clean up if create database failed?
Explain what are synonyms used for?
How can I introduce multiple conditions in like operator?
Can we save images in a database and if yes, how?
Why do we use bulk collect in oracle?
Please explain oracle data types with examples?
How can you use check constraints for self referential integrity?
Why does for update in oracle 8 cause an ora-01002 error?
Difference between open_form and call_form in oracle.
How to join two tables in a single query using oracle?
What is oracle sid?
What is rowid and rownum in oracle?
How to run create database statement?
What is the difference between postgresql and oracle?