package specification-3 procedures
package body-2 procedures will is execute
Answers were Sorted based on User's Feedback
Answer / umesh joshi
Package specification can be compiled without compiling
package body, whereas package body cannot be compile
without specification compilation
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / ajexpert
No.
Package body should contain the same number and type of
objects as declared in package specification
| Is This Answer Correct ? | 11 Yes | 11 No |
how to retrive only second row from table?
What is sql clause?
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 pl sql in oracle?
What are the blocks in stored procedure?
3. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all Select to_number(‘2011’) a from dual union all select 1 a from dual) union select 2 b from dual);
is it necessary to write group by and order by clause together
how to use like conditions? : Sql dba
How is data stored in sql?
What is pls_integer in pl sql?
how to include numeric values in sql statements? : Sql dba
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
Oracle (3253)
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)