Way of passing of variables to a SQL routine
Define the way of passing of variables to a SQL routine.
Expert
Level: Low
By employ of the & symbol. For passing within variables the numbers 1 to 8 can be utilized (as &1, &2,...,&8) to pass the values after the exact command in the SQLPLUS session. So, to be prompted for an exact variable, place the ampersand variable within the code itself:
"choose * by dba_tables where owner=&owner_name;". Employ of twice ampersands informs SQLPLUS to reconstitute the value for every subsequent employ of the variable, a particular ampersand will cause a re-prompt for the value if not an ACCEPT statement is used to acquire the value by the user.
Illustrate the use and application of the DB Miner.
How to handle decimal places while importing a flatfile in informatica?
Explain the slowly changing dimensions?
Illustrate briefly the term SQL sub query?
Explain briefly the term data mart?
Where is the GRANT table option usually done after creating tables dynamically within the Teardata? While tables are newly created, what are the default role and default privileges that get assigned?
What are some of the impediments to good decision making? Given the availability of copious information, why do good managers still make bad decision?
Define the RETURN statement.
In Sybase does table Partitioning needs user-defined segments?
Describe briefly the four JDBC driver types which Sun defines?
18,76,764
1933467 Asked
3,689
Active Tutors
1444886
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!