Answer Posted / hr@tgksolutions.com
A stored procedure is a precompiled collection of SQL statements stored in the database. It improves performance and security by reducing query execution time.
Example:
CREATE PROCEDURE GetUsers()
AS
BEGIN
SELECT * FROM Users;
END;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a function in oracle pl sql?
Explain polymorphism in pl/sql.
what is “go” in t-sql? : Transact sql
What is prepared statement in sql?
Is pl sql and postgresql same?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
How to avoid duplicate records in a query?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What is primary key in db?
What is not in sql?
What is a table?
What is sql query limit?
What is flag in sql?
Is microsoft sql free?
What are the different types of tables in sql?