adspace
Answer Posted / Pradeep Kumar Verma
{"bind reference": "A mechanism in PL/SQL that allows a variable to refer to another variable, a cursor or a collection.", "creation": "Bind references are typically declared using the ':=' operator. For example: :new_var := old_var; This assigns the value of old_var to new_var.", "example": "DECLARE p VARCHAR2(10); BEGIN :p := 'Hello'; DBMS_OUTPUT.PUT_LINE(:p); END;"}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is bcp? When does it used? : Sql dba
What is your daily office routine?
what is dbms? : Sql dba
Can we rollback truncate?
how to escape special characters in sql statements? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what are all the common sql function? : Sql dba
What is the current version of sql?
How do I remove duplicates in two columns?
what is schema? : Sql dba
how to start mysql server? : Sql dba
define sql insert statement ? : Sql dba
Do we need to rebuild index after truncate?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Does group by remove duplicates?