25. Display the client number and the value of the highest
value order placed by that client.
Answer Posted / vijayaragavan
select clientnum, max(high_value_order) from ordertab group
by clientnum;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is concurrency in oracle?
Give the various exception types.
How to run create database statement?
Explain the use of record option in exp command.
How to view existing locks on the database?
What is dynamic proxy?
what are the advantages of running a database in archive log mode?
What is catalog in Oracle?
How to create a table index in oracle?
What are the different pseudo commands? Explain in general?
How to bring a tablespace online?
Explain oracle data types with examples?
What is the data type of dual table?
What is integrity and what is constraint??Explain with example
How to rename an existing table?