can i use global variables in stored procedure or function
Answer / rajesh venati
Yes, we can use global variables in procedure and functions.
Is This Answer Correct ? | 22 Yes | 1 No |
Which one of the following pairs of aggregate functions do you use with character fields? 1. COUNT(field) and MAX(field) 2. AVG(field) and COUNT(field) 3. MIN(field) and SUM(field) 4. AVG(field) and MAX(field) 5. COUNT(field) and SUM(field)
What is pl sql architecture?
I i have 2 tables A & B ,A contains 10 records B contains 20 records ,what w'll be the o/p if we perform equijoin,outer join,right outer join,left outer join,full outer join,cross join seperately Can anyone help on this?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
What are the advantages of sql?
What is a file delimiter?
how to run 'mysql' commands from a batch file? : Sql dba
What are the pre requisites?
What are the steps for performance tuning.
If a View on a single base table is manipulated will the changes be reflected on the base table?
Does group by remove duplicates?
What is a recursive join sql?