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.
Describe briefly the ‘paradigm mismatch’ among SQL and application programming languages.
Define the term Data Independence?
Write down the architectural and functional differentiations between Web Intelligence Reports and business objects?
What do you understand by the term denormalization and why would someone consider doing so?
What do you understand by the term Dataset?
Define the class?
Describe the various categories of the range of database application?
How teradata ensures that there are no duplicate rows being inserted while this SET table?
Describe the main characteristic of the database administrator?
How can we do unit testing into the informatica? How to load data in the informatica?
18,76,764
1941167 Asked
3,689
Active Tutors
1441577
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!