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 the various types of the designer tools?
Give a brief introduction of the term BUS Schema?
Illustrates the Replication Server in Sybase?
Describe briefly the alternative terminology which is employed in the relational model?
Specify the options in the target session of the update strategy transformation?
Explain middleware applications which ease the connection of databases to Web applications?
Illustrates the term Merge Sort?
What are the main tasks of a Server?
Explain what is meant by the term catalog and its types in the cagonos?
Write down the differentiation between Informatica8.0 and 7.0?
18,76,764
1959748 Asked
3,689
Active Tutors
1430671
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!