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
which one is better performance wise joiner or look up
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.
complex mapping ur project u r invlve can u explain and give real time example give me ?
How do you load only null records into target?
Can we create two repositories on same database instance in oracle?
What is blocking transformation?
State the differences between sql override and lookup override?
How union transformation is used?
Performance tuning in UNIX for informatica mappings?
What are the types of schemas we have in data warehouse and what are the difference between them?
How to generate sequence numbers without using the sequence generator transformation?
How to handle decimal places while importing a flatfile into informatica?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
I have a flat file, want to reverse the contents of the flat file