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
How are functions and procedures called in PL/SQL?
Whis is not false in primary key?
Enlist the data types that can be used in pl/sql?
Explain what is dbms?
What does select count (*) mean in sql?
What is difference between table and view?
How does join work in sql?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
What is the difference between functions, procedures, and packages in pl/sql?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
How do I filter in sql profiler?
Is primary key always clustered index?
what is a materialized view? : Sql dba
what is 'mysqladmin' in mysql? : Sql dba
What is difference between group by and partition by?