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
how to escape special characters in sql statements? : Sql dba
What is serial sql?
What does <> sql mean?
Can dml statements be used in pl/sql?
What are all the different normalizations?
Explain raise_application_error.
What is rename in sql?
What is the difference between function and procedure in pl/sql?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
What is offset in sql query?
What is a scalar value in sql?
Name the different types of indexes in sql and define them.
What if we write return in procedure?
What is keys and its types?
What is pl sql in dbms?