Why use stored procedures?
No Answer is Posted For this Question
Be the First to Post Answer
Can primary key be changed?
How to add Foreign key in a table after the creation of the table?
please explain database architecture..
Enlist some predefined exceptions?
what is top in tsql? : Transact sql
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
How to add a column ‘salary’ to a table employee_details?
What is an alias command?
What packages(if any) has oracle provided for use by developers?
difference between cursor and procedure in a package
What is a table partition?
What is difference between hql and native sql?