i declare 4 procedure in package specification but in package
body i write only 3 procedure. is it complie??//w
Answer Posted / jprakash025
no its not compile .wt are the procedure or fun etc..
declare in the specification section .must define in the
package body .
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is normalization? How many normalization forms are there?
Is sql sequential or random?
Why join is faster than subquery?
How can you create an empty table from an existing table?
What is a sql select statement?
What is the use of pl/sql table?
What is int identity in sql?
What is the use of procedures?
what is a primary key? : Sql dba
What are the two parts of design view?
What is sql prepared statement?
What are properties of the transaction?
What is left inner join in sql?
how to fetch common records from two tables? : Sql dba
Explain the insert into statements in sql?