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
Does google use sql?
Is left join inner or outer by default?
What is delimiter in pl sql?
What are the different sql languages?
How do you remove duplicates without using distinct in sql?
What problem one might face while writing log information to a data-base table in pl/sql?
What is character functions?
What is a memo field?
What are the constraints available in sql?
What is the most restrictive isolation level? : Transact sql
How do I start sql profiler?
What are aggregate and scalar functions?
What are the rules to be applied to nulls whilst doing comparisons?
how to get help information from the server? : Sql dba
What is ttitle and btitle?