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
Is sql a scripting language?
How much ram can sql express use?
What is 19 null in sql?
How do you remove duplicate records from a table?
What does closing a cursor do?
How do I write a cron which will run a sql query and mail the results to agroup?
What is trigger point?
What is primary key and unique key?
What is rowid in sql?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
what are all types of user defined functions? : Sql dba
define data blocks ? : Sql dba
Why select is used in sql?
what are the advantages of using stored procedures? : Sql dba
How many tables can you join in sql?