in a package one procedure is wrong package shows valid or not
Answer Posted / kolipaka
It shows valid, because the entire package will be executed
and it is valid. inside the procedure will show error when
the package reffers to that procedure. like EXEC
PKG_NAME.PROC_NAME.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What does varchar include?
Are stored procedures faster than queries?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
What do you mean by field in sql?
what are date and time data types? : Sql dba
How does sql store data?
How much does a sql dba make? : SQL DBA
How to pronounce postgresql?
When can we use the where clause and the having clause?
Write an sql query to select all records from the table?
What is replication id?
Can we change the table name in sql?
How do I enable sql encryption?
Why is a trigger used?
Can a foreign key be null?