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 time based sql injection?
How can we link a sql database to an existing android app?
How do I truncate a word?
Why we use pl sql?
What is a full join sql?
Can unique keys be null?
How to combine two stored procedures in sql?
what are the different index configurations a table can have? : Sql dba
Can we debug stored procedure?
how mysql optimizes distinct? : Sql dba
How is pl sql different from sql?
how can I make a script that can be bi-language (supports english, german)? : Sql dba
what is “go” in t-sql? : Transact sql
What is difference between pl and sql?
Is sql a programming?