Thanks for the quick reply. I've already done the dimensional analysis and have my dimensions figured out however there's a large list of attributes which don't really relate to each other or have any kind of hierarchy and creating a separate dimension for each single attrbute is bit of an...
There are different ways to handle this as suggested above. If these are true duplicates then a distinct will work however if the uniqueness is only based on few fields then in case of Oracle you could use the ROWID to remove duplicates for example:
Select * from DuplicateTable
Wehre ROWID =...
I have a situation where we have to track number of loan appliations submitted and matched with lenders by almost every single attribute (around 45) on the application form. Some of the attributes are like Loan_Amount Frist_Mortgage, Second_Mortgage, Frist_Interest_Rate, Second_Intesrest_Rate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.