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 bdb (berkeleydb)? : Sql dba
What is the source code of a program?
Can a commit statement be executed as part of a trigger?
How many types of triggers exist in pl/sql?
What is the difference between left and left outer join?
What is the use of count (*) in sql?
How do I know if I have sql express or standard?
What is the least restrictive isolation level? : Transact sql
How do you write a complex sql query?
What is $$ in sql?
Is it possible for a table to have more than one foreign key?
Which sql statement is used to return only different values?
What are the possible values for the boolean data field?
what is the difference between inner and outer join? Explain with example. : Sql dba
How is use pl and sql?