package specification-3 procedures
package body-4 procedures how can i write for other
procedure in package body
Answers were Sorted based on User's Feedback
Answer / athilakshmi
Package Spec contains 3 procedures which is defined in the
Package Body. Those Procedures are Global.
If you want to add the 4th procedure, that to you want to
use as a local in the package, then no need to declare in
the Package Spec. directly you can declare and defined in
the package body itself.
if you want to use that 4th procedure as a global, then
you have to declare in the package specification.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / rajasekhar
The 4th procedure have to declare and implement in the body.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain two virtual tables available at the time of database trigger execution.
What is the difference between an inner and outer join?
How to write html code in pl sql?
Why do we use procedures in sql?
how can create data base link for tow servers (scott schema) give examples plz
What found sql?
Enlist the characteristics of pl/sql?
Is pl sql better than sql?
can we create index on index?
What is the difference between UNIQUE KEY and UNIQUE INDEX?
What is where clause in sql?
Can we commit in trigger?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)