Table Order_Name has a column Order_Date which gives the
date & Time at which the order is passed.Find the table to
write a query to find out the latest order.
Answer Posted / monalisa dalbehera
select max(Order_Date) from Order_Name ;
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
How do I create an index in word?
Is join an inner join?
what is denormalization. : Sql dba
Explain some predefined exceptions.
How to start oracle sql developer?
How many types of functions are there in sql?
What is the difference between explicit and implicit cursors in oracle?
What is index example?
Does group by remove duplicates?
How to display the records between two range in Oracle SQL Plus?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What is sql catalog?
How can we store rows in PL/SQL using array?
What normalization means?
What are the different tcl commands in sql?