Answer Posted / guest
returns multiple tuples from a table
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are secondary keys?
What is sql injection owasp?
What is program debugging?
What is nvl?
How to pronounce postgresql?
How exception handling is done in advance pl/sql?
How to use sql*plus built-in timers?
What is on delete restrict?
How do I add a database to sql?
What is native sql query?
What is pl/sql language case sensitive?
What are the two characteristics of a primary key?
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
What is the advantage of index in sql?
Can we create view in stored procedure?