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 / gurudath mallya
select * from Order_Name where Order_Date=max(Order_Date);
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
What is partition by in sql?
what is innodb? : Sql dba
What are the two types of periodical indexes?
What is a temporal table?
What can I use instead of union in sql?
What are the types of subqueries?
what is the difference between where clause and having clause? : Sql dba
what does the t-sql command ident_incr does? : Transact sql
How do I view a sql database?
Why do we need cursor in pl sql?
describe mysql connection using mysql binary. : Sql dba
What is a design view?
In what condition is it good to disable a trigger?
What is the reports view in oracle sql developer?
what is a tablespace? : Sql dba