What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
JDA,
2 16391write 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 7400
Do stored procedures prevent sql injection?
What is a sql select statement?
explain normalization concept? : Sql dba
Write a sql query to convert all character to uppercase after hypen.
what are aggregate and scalar functions? : Sql dba
What is a design view?
What is the purpose of a secondary key?
Is id a reserved word in sql?
How can we make an if statement within a select statement?
What are the constraints available in sql?
What are the types of join in sql?
how to create a new table by selecting rows from another table in mysql? : Sql dba
what are the types of subquery? : Sql dba
What is the non-clustered index in sql?
How do you rename a table in sql?