Difference between a query and strored procedure?
Answer Posted / tathagoto
query will be compiled each time excution
stored procedure will be compiled once and after that it
will execute when it will be called....
Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
How many sql core licenses do I need?
What are keys in sql?
what is the difference between inner and outer join? Explain with example. : Sql dba
Why triggers are used?
Explain character-manipulation functions?
What does truncate mean in sql?
Is sql between inclusive?
What are the types of variables use in pl sql?
How do you optimize a stored procedure query?
Differentiate between syntax and runtime errors.
What is java sql connection?
What is execute immediate?
what are all the common sql function? : Sql dba
explain access control lists. : Sql dba
What is latest version of sql?