how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
1 4089Post New IAS SQL PLSQL Interview Questions
Tell us what methods of robot class do you know?
What is font in microsoft word?
Is sql easy to learn?
What is computer end?
What is an xml document?
What is router? Explain components of routers.
Have you ever had to bend the rules to get the job done. Why was that?
What is cages?
How do you convert string as a variable name in python?
Why is unix better than windows?
1. what is a date guidelines ?
What is sap script? Describe its components.
What is asynchronous update?
When u close the form?
How do you detect whether or not a word is a palindrome?