List the differences between plsql - function & procedures
Answer Posted / iamanocp
Proceure performs an action and function returns a value.
Both have different syntax for creation. Fucntion has
RETURN clause in its declaration.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Does pl sql work in mysql?
Are left and right joins the same?
What is the difference between distinct and unique in sql?
Can I create table without primary key?
Is join same as left join?
What is primary key and foreign key?
How do I pipe the output of one isql to another?
What is sql key?
Is sql a microsoft product?
Explain the significance of the & and && operators in pl sql.
How do you identify a primary key?
What is structural independence and why is it important?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is left inner join in sql?
what does the t-sql command ident_incr does? : Transact sql