What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
JDA,
2 15783write 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 6629
how to create a new view in mysql? : Sql dba
What are tables and fields in the database?
Can we insert in sql function?
what is the difference between char and varchar data types? : Sql dba
What is a field in a database?
How does an execution block start and end in pl sql?
Explain the select statement in sql?
How can triggers be used for the table auditing?
What are the different ways to optimize a sql query?
What is cursor status?
how to extract a unit value from a date and time? : Sql dba
Describe different types of general function used in sql?
Can two tables have same primary key?
What is time based sql injection?
What is sqlerrd?