What is the different between Stored Procedure and Procedure?
Answer Posted / roshan kumar
Procedure-
A procedure is a specified series of actions,acts or operations which have to be executed in the same mannner in order to always obtain the same result under the same circumstances.
Stored Procedure-
A stored procedure is a subroutine available to applicATIONS accessing a Relational database system.stored procedures(sometimes called as proc,sproc or sp) are actually stored in database dictionary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is memory optimized?
Is sql a scripting language?
Why is sql better than hql?
Are subqueries faster than joins?
What is the difference between a query and a report?
Define a temp table?
What is the difference between union and union all command?
What is a sql statement?
Why functions are used in sql?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
What is the usage of when clause in trigger?
Can we group by two columns in sql?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
explain access control lists. : Sql dba
What is meant by temporal data?