can i call procedure in package
Answers were Sorted based on User's Feedback
Answer / t.r.sekhar
package is nothing but collection
functions,procedures,triggers and so on.
so we can procedure from package.
Is This Answer Correct ? | 6 Yes | 2 No |
What is memory optimized table?
Are subqueries better than joins?
What do you understand by exception handling in pl/sql?
Is primary key a clustered index?
Can we insert in sql function?
What is tuple in sql?
In a package if we have 10 procedures or functions,How to know which will execute first?
What is Pragma EXECPTION_INIT ? Explain the usage ?
What is the purpose of using pl/sql?
What is percent sign in sql?
How do you determine the current isolation level? : Transact sql
What is the difference between delete and truncate statement in sql?