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 |
What are Global Temporary tables
Are stored procedures compiled?
Explain the rollback statement?
What is difference between joins and union?
How do you optimize a query?
How many database objects (trigger, packages, sequence etc) uses a particular field in a given table. For ex: I want to know how many database object uses the ATTRIBUTE1 in the PO_VENDORS table. What query will give me the result showing the database object name(package, trigger etc), field_name used (in this case ATTRIBUTE1) and table_name (in this case PO_VENDORS).
What packages(if any) has oracle provided for use by developers?
What does inner join mean?
How to run sql statements through the web interface?
Where the Pre_defined_exceptions are stored ?
7. Where would you look for errors from the database design?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba