What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
JDA,
2 16251write 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 7274
What is an escape character in sql?
What are actual parameters and formal parameters?
What are the types of subqueries?
What is data profiling in sql?
what are aggregate and scalar functions? : Sql dba
What are the parts of a sql statement?
How delete all data from all tables in sql?
What is schema in sql example?
Is mariadb a nosql database?
What is the use of %rowtype?
What can you do with pl sql?
What is synchronized subquery?
How would you reference column values before and after you have inserted and deleted triggers?
Can we use loop in sql?
Does truncate need commit?