What is the different between Stored Procedure and Procedure?
Answer Posted / k.deepthi
Yes,Store Procedure/Procedure are one and the same.We have
to Create Procedure and Compile it in Data base,once
compiled it will be stored and we can use the same when
ever required in various other Procedures.
Procedure Usually used to perform set of actions based on
conditions.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the difference between delete and truncate commands?
How do I run a sql query in pgadmin 4?
Why procedure is used in sql?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
What is varchar data type in sql?
what are the join types in tsql? : Transact sql
What is sp_helptext?
Define commit, rollback and savepoint?
The select into statement is most often used to create backup copies of tables or for archiving records?
Why we use stored procedure instead of query?
What is the difference between cross join and natural join?
Why do we use function in pl sql?
What are the sql aggregate functions?
What is primary key and foreign key with example?
What is pl sql quora?