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 / akki julak
SELECT ORDER_DATE FROM ORDER_NAME
WHERE ROWID=(SELECT MAX(ROWID) FROM ORDER_NAME);
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the use of sqlerrd 3?
What are the commands used in sql?
what are the properties and different types of sub-queries? : Sql dba
how to include character strings in sql statements? : Sql dba
how can we know the count/number of elements of an array? : Sql dba
Can a trigger call a stored procedure?
how do you login to mysql using unix shell? : Sql dba
What is a primary key sql?
What is the source code of a program?
What is pragma in sql?
what is meant by urlencode and urldocode? : Sql dba
how to calculate expressions with sql statements? : Sql dba
What is bitemporal narrowing?
Why we use join in sql?
What is a sql schema used for?