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


Please Help Members By Posting Answers For Below Questions

Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?

3104


describe transaction-safe table types in mysql : sql dba

502


i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5

3195


What are stored procedures used for?

533


Can we alter stored procedure?

539






how to get a list of columns in an existing table? : Sql dba

540


Why do we use view in sql?

532


I need a function for a train ticket reservation please answer it thanks in advance

561


What is a join query?

546


What are the advantages of pl sql?

600


what is cursor. write example of it. What are the attributes of cursor.

743


What is pl sql in dbms?

503


What is t-sql? : Transact sql

537


What is a constraint? Tell me about its various levels.

634


what is view? : Sql dba

556