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
when is the use of update_statistics command? : Sql dba
how to enter characters as hex numbers? : Sql dba
What is difference between rank () row_number () and dense_rank () in sql?
How do you update a table in sql?
How do I order by ascending in sql?
Can a procedure in a package be overloaded?
what is a record in a database ? : Sql dba
What are triggers and its uses?
List out the acid properties and explain?
Write the alter statement to enable all the triggers on the t.students table.
How do I find duplicates in two columns?
Is sql a scripting language?
How do you optimize a stored procedure query?
Do we need to create index on primary key?
What are the different parts of a package?