What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
JDA,
2 16374write a procedure to print a statement or number not using "dbms_output.put_line" package.write a procedure instead of it using procdure name as "print" ex:- declare a number:=2; begin print(a); end; /* when U type above procedure 2 have to should be printed*/
2 7377
What is sql analyzer?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
what is a materialized view? : Sql dba
Can I create table without primary key?
Why schema is used in sql?
Can a trigger call a stored procedure?
What are the differences between in and exists clause?
How do I debug a stored procedure?
Does sql*plus have a pl/sql engine?
How to disable a trigger name update_salary?
how to enter binary numbers in sql statements? : Sql dba
How to know the last executed procedure?
How to return an array from java to pl/sql?
What is the difference between a procedure and a function?
What is the syntax and use of the coalesce function?