What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
JDA,
2 16233write 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 7250
Are left and right joins the same?
What is sql injection owasp?
Why plvtab is considered as the easiest way to access the pl/sql table?
Define join and name different types of joins?
What are different clauses used in sql?
What is the difference between row level and statement level trigger?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
can sql servers linked to other servers like oracle? : Sql dba
explain access control lists. : Sql dba
How to run sql*plus commands in sql developer?
Explian rowid, rownum? What are the psoducolumns we have?
Does sql backup shrink transaction log?
What is difference between group by and partition by?
What is the default isolation level in sql server? : Transact sql
What is data definition language?