adspace
what is the differnce between procedure and function?
in both dml operations can work and in procedure through out
parameter you can return value ,then what is the differce?
Answer Posted / gavini srikanth
function can return value,procedure may or may not return
value,through procedures can store images
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can we rollback truncate?
define sql insert statement ? : Sql dba
what are aggregate and scalar functions? : Sql dba
How do I remove duplicates in two columns?
Do we need to rebuild index after truncate?
what is schema? : Sql dba
how to start mysql server? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
Can we use distinct and group by together?
If a cursor is open, how can we find in a pl/sql block?
Does group by remove duplicates?
what is bcp? When does it used? : Sql dba
how to escape special characters in sql statements? : Sql dba
Is inner join faster than left join?
what are all the common sql function? : Sql dba