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
Is oracle sql free?
What are the indexing methods?
What are tables in sql?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
Why use triggers in sql?
Why do we use view in sql?
How do you remove duplicates without using distinct in sql?
What is the use of function in sql?
What is sql query optimization?
What is trigger price?
What are the basic sql commands?
How to get help at the sql prompt?
What is pl sql architecture?
What is a database trigger?
Which are the different types of indexes in sql?