Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 34a62a0

Browse files
Update README.md
1 parent ca77e4e commit 34a62a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
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 try the stored procedure examples, first run the contactdb.sql scripts under the src folder in SQL Server to create the sample database.
10-
11-
[Go to Lab](https://github.com/Burakkylmz/SQL_Server/tree/master/Stored_Procedures) <br>
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. [Go to Lab](https://github.com/Burakkylmz/SQL_Server/tree/master/Stored_Procedures) <br>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /