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
Explain what is dbms?
What is use of package in pl sql?
Does truncate need commit?
What is database sql?
What are all the different normalizations?
What is the difference between unique and primary key constraints?
What is Materialized View? In What Scenario we Use Materialized View?
What is normalization? How many normalization forms are there?
How do you update a table in sql?
How long does it take to learn pl sql?
How to look at the current sql*plus system settings?
What is the difference between distinct and unique in sql?
What can sql server reporting services do?
What is transaction control language (tcl)?
How many databases can sql express handle?