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.
explain binary relationship set and terenary relationship set
Explain all the types of Jobs you developed?
Does System development life cycle changes when you use Teradata in place of Oracle?
Explain and compare a procedure and a trigger?
Can we have a report with several data providers?
Explain what is Designer?
Give a brief introduction of the term analysis service?
Write down the differentiation between Power Center and Power Mart?
What do you understand by the term ACID transaction in DBMS? Describe briefly?
Specify the types of dimensions?
18,76,764
1954627 Asked
3,689
Active Tutors
1420314
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!