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


Please Help Members By Posting Answers For Below Questions

What are literals in sql server?

736


What are pl/sql packages?

762


what is the stuff function and how does it differ from the replace function? : Sql dba

788


Does sql backup shrink transaction log?

731


Is sql easier than java?

734






Show the two pl/sql cursor exceptions.

806


What are sql data types?

744


What is a table?

728


what is a tablespace? : Sql dba

764


What company owns postgresql?

769


What are different methods to trace the pl/sql code?

738


How to connect a sql*plus session to an oracle server?

819


How to run pl/sql statements in sql*plus?

758


What are the two different parts of the pl/sql packages?

789


How to check if a column is nullable before setting to nullable?

773