What is acid property in a database?
what is a database lock ? : Sql dba
Is primary key a clustered index?
What is the difference between stored procedure and view?
What is bind variable in pl sql?
How do I truncate a sql log file?
what are date and time functions in mysql? : Sql dba
What is a scalar value in sql?
what is cursor. write example of it. What are the attributes of cursor.
what is isam? : Sql dba
What are the different set operators available in sql?
What are predefined functions in sql?
What is the syntax and use of the coalesce function?
What is time based sql injection?
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