Hi All,
I have the below requirement.
Master table:
Product ID Product Name
1 TV
2 Cellphone
3 Laptop
4 DVD Player
Details table:
Product ID Spec type Spec Detail
1 Color Blue
1 Weight 20
2 Color Blue
2 Weight 20
3 Color Blue
3 Weight 25
4 Color Blue
4 Weight 20
4 Height 10
Im looking for a way to identify the products that has exact same specifications.
ie., in the above example TV and Cellphone has the exact specifications.
So the output of the query should be TV and Cellphone here.
Is it possible to do in a query or we need to have some sql block to perform this action.
Any help would be greatly appreciated.
Thanks,
Agathya