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
What is the difference between partition and index?
what is bdb (berkeleydb)? : Sql dba
what is myisam? : Sql dba
In pl/sql, what is bulk binding, and when/how would it help performance?
Why truncate is faster than delete?
What is dense_rank in sql?
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
how to include comments in sql statements? : Sql dba
What is sorting in sql?
what are sequences
What information is needed to connect sql*plus an oracle server?
what is column? : Sql dba
What is synonyms?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What is clustered index in sql?