InterviewSolution
Saved Bookmarks
| 1. |
What Is Lexical Reference? How Can It Be Created? |
|
Answer» Lexical reference is place_holder for TEXT that can be embedded in a SQL STATEMENTS. A lexical reference can be CREATED using & before the column or PARAMETER name. Lexical reference is place_holder for text that can be embedded in a sql statements. A lexical reference can be created using & before the column or parameter name. |
|