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


Please Help Members By Posting Answers For Below Questions

What is a field in a database?

566


What can I use instead of union in sql?

507


Why do we need pl sql?

546


What is dml with example?

512


When you have to use a default "rollback to" savepoint of plvlog?

715






How many rows can sqlite handle?

579


When is the explicit cursor used ?

588


How do I add a primary key to a table?

535


Can you skip header records while loading? : aql loader

537


How can we store rows in PL/SQL using array?

662


What is triggering circuit?

591


Can we change the table name in sql?

527


What is sql partition function?

611


How many triggers can be applied on a table?

504


What does plv msg allows you to do?

673