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 do you understand by exception handling in pl/sql?
What are the advantages of normalization?
What's the procedure?
What is the purpose of my sql?
What is a dynamic query?
Explain the commit statement.
what is 'mysqladmin' in mysql? : Sql dba
is it possible to pass an object or table to a procedure as an argument?
what is msql? : Sql dba
What is a constraint? Tell me about its various levels.
How to change sql*plus system settings?
what are the types of subquery? : Sql dba
Do ddl statements need commit?
How do you write a complex sql query?
Explain what is a view?