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 does pragma mean?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
Why do we create views in sql?
Describe types of sql statements?
Write a sql query to get the third highest salary of an employee from employee_table?
Can we use insert statement in function?
How does postgresql compare to "nosql"?
Why do we use sqlite?
What is parallel hint?
describe transaction-safe table types in mysql : sql dba
what is 'mysqladmin' in mysql? : Sql dba
What is the use of sqldataadapter?
Does access use sql?
What are all different types of collation sensitivity?
what is a trigger? : Sql dba