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
Explain a data segment?
candidate key is subset of super key but not vice-verse explain
What is logical backup in oracle?
What is a oracle database?
How to create a table in a specific tablespace?
how the indexes are stored in the Oracle Database?
Where do you use decode and case statements?
What are a collation and state the different types of collation sensitivity?
What is oracle join syntax?
What is the difference between I and G in Oracle?
In the oracle version 9.3.0.5.0, what does each number shows?
Explain view?
Why we use bulk collect in oracle?
What do you mean by a deadlock?
What is a tns service name?