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 convert numeric values to character strings? : Sql dba
How to add a column ‘salary’ to a table employee_details?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
what are the differences between char and nchar? : Sql dba
How do I partition a table in sql?
Define implicit and explicit cursors.
what is the difference between truncate and delete statement? : Transact sql
what is the different between now() and current_date()? : Sql dba
Can we use distinct and group by together?
what is the difference between undefined value and null value? : Sql dba
What does pl sql stand for?
What is microsoft t sql?
what is the difference between join and union? : Sql dba
What is sql resultset?
Is it possible to include an insert statement on the same table to which the trigger is assigned?