What is the different between Stored Procedure and Procedure?
Answer Posted / rasmita basantia
if we are writing a procedure with create or replace
syntax ,then its a procedure.if its compiled and stored in
the data base then its called stored procedure.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Are stored procedures compiled?
How to select unique records from a table?
what is bdb (berkeleydb)? : Sql dba
what is oltp (online transaction processing)? : Sql dba
What is use of package in pl sql?
What is procedure function?
can a stored procedure call itself or recursive stored procedure? : Sql dba
What is the usage of when clause in trigger?
What is localdb mssqllocaldb?
Why stored procedure is faster than query?
What is the use of count (*) in sql?
Does asenumerable execute the query?
What is the difference between a primary key and a unique key?
What is sql mysql pl sql oracle?
How do I write a cron which will run a sql query and mail the results to agroup?