will function return more than one value how
Answer Posted / rahul
To get more then two values from a function use a data
structure like record or VARRYs to get more then one value
from function
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are different sql data types?
Does inner join return duplicate rows?
What is rollback?
Explain commit, rollback and savepoint.
Sql technical questions
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What will you get by the cursor attribute sql%found?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
How do I truncate a word?
Is time a data type in sql?
What is pl sql block structure?
Can you inner join the same table?
what are dynamic queries in t-sql? : Transact sql
How would you reference column values before and after you have inserted and deleted triggers?
What are local and global variables and their differences?