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 / pritesh
select * from order_name where order_date=(select max
(order_date) from order_name)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does sign mean sql?
How can I speed up sql query?
Is left join same as join?
how do you login to mysql using unix shell? : Sql dba
What are the three pl sql block types?
How can I get the number of records affected by a stored procedure?
How much does sql certification cost?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
How we can update the view?
How to start oracle sql developer?
What is the difference between view and stored procedure?
Explain cursor types?
Can %notfound return null after a fetch?
What is a recursive stored procedure?
What mean sql?