What are Lexical Parameters.How They are used in Reports 6i
Answer Posted / jini
you have to write a query like this to replace the
tablename and column name
select &ename,&sal
from &emp
but make sure emp is a table and ename,sal are columns
| Is This Answer Correct ? | 33 Yes | 10 No |
Post New Answer View All Answers
What is the difference between the conventional and direct path loads? : aql loader
What is sql procedures and functions?
What is the use of sql trace?
Explain the methods used to protect source code of pl/sql.
how do you login to mysql using unix shell? : Sql dba
Is pl sql a scripting language?
how to enter characters as hex numbers? : Sql dba
how does a local variable is defined using t-sql? : Transact sql
How to use boolean type in select statement?
what is msql? : Sql dba
Can we call a function containing dml statements in a select query?
What is interval partition?
What is not equal in sql?
what are the authentication modes in sql server? : Sql dba
What is the difference between sum and count in sql?