After looking at the question people ask...My Q looks really silly and stupid of me asking..but I have to ask
Using oracle databse 9i
I need to use 2 view as tables and pull the following
view1 fields:
date,id,descr,type,src,category,cat descr, amt
view2 fields:
date,id,descr,type,src,category,cat descr, amt
Id, date are fields to join the views
Basically I will need to write other view using the above 2 view to create a report as include a status column which tells.
data missing from view1
data missing from view2
Matched (if view1.amt = view2.amt)
Unmatched (if view1.amt <> view2.amt)
Please advice how I can do this in a best simple way keep performance in mind.
Any help is greatly appericated
Thanks,
Sameer
Using oracle databse 9i
I need to use 2 view as tables and pull the following
view1 fields:
date,id,descr,type,src,category,cat descr, amt
view2 fields:
date,id,descr,type,src,category,cat descr, amt
Id, date are fields to join the views
Basically I will need to write other view using the above 2 view to create a report as include a status column which tells.
data missing from view1
data missing from view2
Matched (if view1.amt = view2.amt)
Unmatched (if view1.amt <> view2.amt)
Please advice how I can do this in a best simple way keep performance in mind.
Any help is greatly appericated
Thanks,
Sameer