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
why dont we assign not null constraint as table level constraint.
Can a formula column be obtained through a select statement ?
Explain oracle data types with examples?
How to execute a stored procedure in oracle?
Explain an exception and its types?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
How to check the oracle tns settings?
Why do we use bulk collect in oracle?
State some uses of redo log files?
How to find the duplicate rows count from employees table in oracle?
Is primary key indexed by default in oracle?
Please explain oracle data types with examples?
Can group functions be used in the order by clause in oracle?
How to create tables for odbc connection testing?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables