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
What is range partitioning?
how many triggers are allowed in mysql table? : Sql dba
How many commands are there in sql?
How do you rank data in sql?
How do I audit the sql sent to the server?
How much does sql cost?
What is file based approach?
What is right join sql?
What is aggregate function in sql?
Describe sql comments?
what is a record in a database ? : Sql dba
How to create a menu in sqlplus or pl/sql?
What does <> sql mean?
What does desc stand for?
Explain the significance of the & and && operators in pl sql.