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.
Write down security domain in Business Objects?
List out some of the features of a relation in DBMS?
Write down the Target Types on the Server?
Illustrates the uses of C++ in Clipper?
Write down the security level employed in BO?
Write down the brief note on the differentiations between Normalizer and Normalizer transformation?
What are the types of prompt?
Briefly explain the sequence clustering algorithm?
Briefly explain the Dashboard in the business intelligence?
Is the shortest distance between any 2 specified nodes is given by minimum spanning tree?
18,76,764
1928070 Asked
3,689
Active Tutors
1419599
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!