File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
Most of the popular relational database systems, SQL Server, Oracle, MySQL and the like, support stored procedures. A stored procedure is nothing more than a piece of code that performs some repetitive set of actions. It performs a particular task by executing a set of actions or queries against the database. The code for the stored procedure is stored in the database and can be executed at any time. Stored procedures are typically used to insert your records into one of more tables, update or delete data from tables, and to generate reports via the SELECT statement. It's actually possible for a stored procedure to do more than one thing.
88

9-
> If you want to run the stored procedure applications, first run the contactdb.sql scripts under the src folder in SQL Server to create a sample database.
9+
> If you want to try the stored procedure examples, first run the contactdb.sql scripts under the src folder in SQL Server to create the sample database.
1010
1111
[Go to Lab](https://.com/Burakkylmz/SQL_Server/tree/master/Stored_Procedures) <br>

0 commit comments

Comments
 (0)