What is difference between Procedures and Functions ?
Answer Posted / manojbatra071
a procedure can return none,one or more than one value but a
function can return one and only one value everytime
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What is primary key and foreign key with example?
how does a local variable is defined using t-sql? : Transact sql
Explain what is sql*plus?
Does sql view stored data?
What is cascade in sql?
Where do we use pl sql?
How can you load multi line records? : aql loader
what happens if null values are involved in expressions? : Sql dba
what is self join and what is the requirement of self join? : Sql dba
How to look at the current sql*plus system settings?
What are types of indexes in sql?
What is scope and visibility in PL/SQL?
how to calculate the difference between two dates? : Sql dba
How do you get column names only for a table (sql server)?