Difference between a query and strored procedure?
Answer Posted / r.s.chauhan
Sp gets stored at the server side where as Not necessary
for query(It can be from application or Clint(sql oem) etc)
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain constraints in sql?
What is data types in sql?
What are actual parameters and formal parameters?
Is nosql relational?
how can we submit a form without a submit button? : Sql dba
Is it possible to create the following trigger: before or after update trigger for each row?
Why self join is used in sql?
Difference between truncate, delete and drop commands?
How do sql triggers work?
What is the reports view in oracle sql developer?
Which table is left in join?
What is difference between primary and secondary key?
can a stored procedure call itself or recursive stored procedure? : Sql dba
what are the properties and different types of sub-queries? : Sql dba
Can delete statement be rollbacked?