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


Please Help Members By Posting Answers For Below Questions

What is oracle thin client?

538


Explain oracle 12c new features for developers?

540


In what script is snap$ created? In what script is the scott/tiger schema created?

2245


How to bring a tablespace offline?

543


Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.

1536






material view and view disadvantages?

635


How will you identify oracle database software release?

527


HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE

1788


How to lock and unlock a user account in oracle?

616


What do database buffers contain?

565


How to calculate date and time differences in oracle?

533


How to find the duplicate rows count from employees table in oracle?

553


How to connect asp pages to oracle servers?

574


How data locks are respected in oracle?

574


In the oracle version 9.3.0.5.0, what does each number shows?

751