Table 1: col1 Timestamp
----------------
01-mar-2012 11:12:46

Table 2: col2 Timestamp
--------------------
01-mar-2012 11:12:10
01-mar-2012 11:11:23

Write a query to display a row with table2 col2 value less
than tabl1 col1 value. Maximum timestamp value previous to
table1 col1 value.

Display a result as:

Col1 col2
----- -----
01-mar-2012 11:12:46 01-mar-2012 11:12:10


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

how to sort records in sql?

3 Answers  


What is delimiter in pl sql?

0 Answers  


What is the difference between stored procedure and view?

0 Answers  


How can you load microsoft excel data into oracle? : aql loader

0 Answers  


How to Declare Fixed Length String Value In PL SQL

0 Answers  






What is the best free sql database?

0 Answers  


Does truncate need commit?

0 Answers  


What types of commands can be executed in sql*plus?

0 Answers  


What are the steps for performance tuning.

0 Answers  


Is primary key clustered or nonclustered?

0 Answers  


What are different types of refreshment techniques of materialised view

2 Answers  


What are different types of triggers?

0 Answers  


Categories