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.
You have been given a setup of tables with data and inquired to make a new database to store them. What are you looking for, when you observe the data values in the tables?
What are the Features of Monopoly?
How can we remove duplicate rows from the flat file?
Explain terms Procedure Cache in Sybase. Answer: It is the memory area where compiled query tree run for example: procedure and batch query.
Specify the enhancements which are made within datastage 7.5 and also compare with the 7.0?
Give a brief introduction of the term data cleaning?
Provide a brief differentiation between independent and dependent data warehouse?
Describe the relationship among entity, entity class, and entity instance.
Explain the repository domains?
Explain the Hash file and the Sequential File?
18,76,764
1942265 Asked
3,689
Active Tutors
1418534
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!