How to jion 2 tables, without using any condition?

Answer Posted / chetan sharma

use natural join.

it automatically takes column from the both of table that are equal via column name and their datatype.
example:> two table employee,department and one field is
common b/w these two table and this is dept_no then
"select * from employee natural join department" will automatically retrieve the those rows from the both table that have the same dept_no.........

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the transformations that are not supported in mapplet?

597


What is the fact table?

587


Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.

782


Explain the types of transformations?

596


What does “tail –f” command do and what is its use as an Informatica admin.

630






What is complex mapping?

638


What is target load order?

805


Explain the informatica workflow?

586


What is the sequence generator transformation in informatica?

613


How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.

632


Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?

1741


What is an active transformation?

646


Repository user profiles

1375


What is the need of etl tools?

609


How many number of sessions can one group in batches?

689