Answer Posted / thiyagarajan
select table1.columnname1,table2.columnname2
from
table1 full outer join table2
on
table1.colname=table2.colname
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is plpgsql language?
What are the two types of periodical indexes?
How do you exit in sql?
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
List and explain the different types of join clauses supported in ansi-standard sql?
What is trigger with example?
what is primary key? : Sql dba
Define sql delete statement.
What is pls_integer in pl sql?
What is data control language (dcl)?
What is sql architecture?
What is meant by <> in sql?
What is the use of <> sql?
What are the 3 modes of parameter?
Is sql injection illegal?