Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

IAS SQL PLSQL Interview Questions
Questions Answers Views Company eMail

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 3254

Post New IAS SQL PLSQL Interview Questions




Un-Answered Questions

Why arraylist is not synchronized in java example?

473


What is called a session?

625


Explain try, raise, and finally?

502


How to create a global class?

5


What is the use of the required attribute in html5?

454






What is main string [] args?

524


Stop automating the tests which run once?

570


What are the various events associated with screen programming?

695


What are the 5 performance objectives?

1


WHAT IS INTEGRAL ACCOUNTING

1776


What is a resource in spring?

169


What data type is true or false?

579


Explain, java is compatible with all servers but not all browsers?

617


What is difference between constants and read-only?

450


What are the advantage and features of selenium ide?

494