What is difference between Procedures and Functions ?
Answer Posted / shasi
Hi,
The main think is function canbe used in sql select
statement but procedure wer can't use.procedure redurn more
then value(max:1024)funcion must return 1 value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is sql comments?
How do you select unique values in sql?
What is sql constant?
What is scalar function?
How do you explain an index number?
Why do we use set serveroutput on?
What are data types in pl sql?
Is full outer join same as cross join?
Is sql sequential or random?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
explain the delete statements in sql
What is the difference between the implicit and explicit cursors?
How to know the last executed procedure?
Is microsoft sql free?
Do prepared statements prevent sql injection?