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 type of database is cloud sql?

572


What is rank dense_rank and partition in sql?

531


what is the difference between nested subquery and correlated subquery?

543


What are the operators in sql?

517


What is a schema sql?

520






what is 'mysqlshow'? : Sql dba

571


What is transaction control language (tcl)?

627


How can you tell the difference between an index and a view?

483


Does mysql support pl sql?

615


What is the usage of the distinct keyword?

678


Why truncate is faster than delete?

553


What is dml statement?

511


What is sql prepared statement?

538


What is package in pl sql with an examples?

539


what is an extent ? : Sql dba

576