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 cross join sql?
How does one load ebcdic data? : aql loader
Define SQL and state the differences between SQL and other conventional programming Languages?
What is using in sql?
What is #table in sql?
What is data control language (dcl)?
what is a composite key ? : Sql dba
Is sqlexception checked or unchecked?
In pl/sql, what is bulk binding, and when/how would it help performance?
What does subquery mean in sql?
What is meant by truncate in sql?
What is oracle sql called?
how to use regular expression in pattern match conditions? : Sql dba
Explain commit, rollback and savepoint.
How many scalar data types are supported in pl/sql?