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 mariadb nosql?
Are sql database names case sensitive?
how can we optimize or increase the speed of a mysql select query? : Sql dba
Can we connect to postgresql using sql developer?
What is a trigger word?
What is a null value?
what is isam? : Sql dba
Can you inner join the same table?
What is sap sql?
what is union? : Sql dba
Can we write ddl statements in functions?
How can I tell if sql is running?
what is uncommittable transactions? : Transact sql
What is sqlerrm?
What are the different dml commands in sql?