Stored Procedure Vs Views
1. Stored Procedure are collection of pre-executed sql Statements that accepts parameters as input and depending on input parameters passed gives the Output Result
Views Act like Virtual Tables That Contains set of Rows and Columns from multiple original table of Database according to defined Query Commands
2. Stored Procedure Cannot be Used as...
Showing posts with label Views Vs Stored Procedure. Show all posts
Showing posts with label Views Vs Stored Procedure. Show all posts
Thursday, 20 August 2015
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability to our database . Sqlite database is well know for the conditions when developers ...
-
Necessity is the advent of everything today while doing some project i got requirement from my client to show the categories of the product...
-
Quick Sort is a Sorting Algorithm based on Divide And Conquer Technique. In this at every step element is placed in its proper position....