I want to write one query
How to get Matched records and unmatched records in table?
Answers were Sorted based on User's Feedback
Answer / mohan
full outer join can be used to get both unmatched and
matched records..
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vimal
We can use minus query and intersect query
unmatched: records in a but not in b
select *
from a
minus
select *
from b ;
matched: recrods in a and in b
select *
from a
intersect
select *
from b ;
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / gowthami
i think..By using joins we can get required records.based on
your requirements we should choose left outer join or right
outer join
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / gowthami
i think..By using joins we can get required records.based on
your requirements we should choose left outer join or right
outer join
Is This Answer Correct ? | 1 Yes | 2 No |
There is a load to the Table every one hour and 24/7.Morning trafic is high, afternoon trafiic is less, Night trafiic is high.According to this situation which Utility you use and how do you load,which utility used?
What is the meaning of Caching in Teradata?
What do high confidence, low confidence and no confidence mean in explain plan?
What is the multi-insert?
What are default access rights in teradata? What explicit right can be given to a user?
Find 2 highest sal from each dept who have completed 5 year in org
What is spool space? Why do you get spool space errors?
What is the use of having index's on table?
If the script is aborted. why it is aborted and how can you identify ?
What is a pseudo key? What is its use???
Why does varchar occupy 2 extra bytes?
how many modules are there in telecome domain?how to explain the architecture?