in a package one procedure is wrong package shows valid or not
Answer Posted / noorulahaq
as the package have 2 parts decl & body, decl part is valid
where as body wll be invalid. It means overall answer is
Invalid.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of design view?
What is recursive stored procedure?
What is input buffer in sql*plus?
What is difference between procedure and trigger?
Can pl sql procedure have a return statement?
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
what is the different between now() and current_date()? : Sql dba
Is sql pronounced sequel or sql?
How do I kill a query in postgresql?
Is and as keyword in pl sql?
How to add a column ‘salary’ to a table employee_details?
What is the difference between microsoft sql and mysql?
Differentiate between sga and pga.
What is normalisation in sql?
What are the two types of cursors in pl sql?