Answer Posted / gourvendra singh
A procedure a subprogram used to perform a specific action
whereas a function is a subprogram which is used to compute
a value,in procedure we can use parameters(IN,OUT,IN OUT)
but in function we cant
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Which one is better sql or oracle?
Is sql a scripting language?
what is the command used to fetch first 5 characters of the string? : Sql dba
What is embedded sql what are its advantages?
Explain what is rdbms?
Explain what is table in a database?
What are the benefits of pl/sql packages?
What can sql server reporting services do?
Differentiate between syntax and runtime errors.
Is primary key a clustered index?
What are the operators in sql?
What are sql constraints?
What is the difference between rename and alias?
Is sql a case sensitive language?
Why use subqueries instead of joins?