InterviewSolution
Saved Bookmarks
| 1. |
What Is Bind Reference And How Can It Be Created? |
|
Answer» Bind reference are USED to replace the single VALUE in SQL, pl/sql statements a bind reference can be created using a (:) before a COLUMN or a PARAMETER name. Bind reference are used to replace the single value in sql, pl/sql statements a bind reference can be created using a (:) before a column or a parameter name. |
|