Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between views and stored procedures?
Can we have input parameters for views?

Answer Posted / grish varshney

views & stored procedure are basically different appraches.
both have their different purposes.
view is a virtual table. which have no data atall.which
difination stored in oracle system catalogue . whenever a
call is made every time the defination is scanned & a new
virtual table is made over the base table.
while stored procedure are the precompiled statements
which can accept arguments..

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which sql server table is used to hold the stored procedure scripts?

1110


What is the data type of time?

1017


you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?

1096


What is scrollable cursor?

1080


What is the language structure to add a record to a table?

1073


What is the beast way to write CTE in SQL Server ?

1093


I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration

1134


How to rebuild indexes with alter index ... Rebuild?

1181


What is the difference between Normalization and De-normalization?

1144


What will happen if a column containing char type data is changed to the nchar data type?

1151


What is difference between count (*) and count 1?

977


how you can list all the tables in a database?

1067


Explain temporary table vs table variable by using cursor alternative?

1053


What happens if strings are casted into wrong code pages in ms sql server?

1166


What is the usage of sign function?

1175