adspace
Answer Posted / Mithilesh Kumar Pandey
A substitution variable in PL/SQL is a placeholder for dynamic data during the execution of a script. It allows you to insert values into SQL statements at runtime, making scripts more flexible and reusable. They are denoted by two consecutive ampersands (&), followed by the name of the variable. For example: &my_variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does group by remove duplicates?
Do we need to rebuild index after truncate?
what is dbms? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
Can we rollback truncate?
Can we use distinct and group by together?
what are aggregate and scalar functions? : Sql dba
what is collation? : Sql dba
What is the current version of sql?
how to escape special characters in sql statements? : Sql dba
what is sql server agent? : Sql dba
Is primary key always clustered index?
how many tables will create when we create table, what are they? : Sql dba
what is schema? : Sql dba
how to start mysql server? : Sql dba