Difference between a query and strored procedure?
Answer Posted / srao
Query is nothing but a single statement to retrieve data
from one or more tables.
Procedure is nothing but the combinations of Different
queries.
Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Difference between table function and pipelined function?
What is view explain with example?
how to rename an existing column in a table? : Sql dba
What is difference between cursor and trigger?
What is the difference between microsoft access and sql server?
how to check server status with 'mysqladmin'? : Sql dba
what are the different tables present in mysql? : Sql dba
Where is all the data on the internet stored?
How do I view a table in sql?
What are the differences between in and exists clause?
Which table is left in left join?
What is db journal file?
What are triggers and its uses?
How do I view a procedure in sql?
What is the difference between function and procedure in pl/sql?