Answer Posted / roopesh kumar
Yes we can write pl/sql code directly in package. This
process is known as package initialisation. In this we can
write the code direct in package body in the end of body.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is meant by nl2br()? : Sql dba
Explain the select statement in sql?
Can a composite key be null?
Is it possible to update views?
What are the query optimization techniques?
What does over partition by mean in sql?
Is sql a case sensitive language?
Can I learn sql in a week?
What are types of exception?
What are the advantages of pl 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
Is sql considered coding?
Can a table contain multiple foreign key’s?
Why is a trigger used?
How delete all data from all tables in sql?