in a package one procedure is wrong package shows valid or not
Answers were Sorted based on User's Feedback
Answer / noorulahaq
as the package have 2 parts decl & body, decl part is valid
where as body wll be invalid. It means overall answer is
Invalid.
Is This Answer Correct ? | 4 Yes | 1 No |
What is a call statement? Explain with an example.
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
What are the disadvantages of file system?
How do you explain an index number?
What is indexing oracle sql?
how to fetch alternate records from a table? : Sql dba
i have a table emp and columns ename,empno,mgr_id,i need ename,manager name as result i.e employee respective manager.. example empno ename mgr_id 1 john 3 2 paul 3 3 smith 1 4 kevin 1 5 stewart 2 result has to look like this ename manager john smith paul smith smith john kevin john stewart paul can u plz help me out in this.....
How will you a activate/deactivate integrity constraints?
how to load data with out header and footer records in a database using sql*loader? pls tell me the answer urgently
Does sql full backup truncate logs?
need to split a string into seperate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,b,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.
What is varchar data type in sql?