Different between visualization and stored procedures?
Loading
Different between visualization and stored procedures?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Brahma Prakash ShuklaPosted Oct 21, 2022, 12:54 PM
A Stored Procedure:
A View:
Abhishek YadavPosted Oct 21, 2022, 11:40 AM
View is simple showcasing data stored in the database tables whereas a stored procedure is a group of statements that can be executed. A view is faster as it displays data from the tables referenced whereas a store procedure executes sql statements.
Aravind GovindarajPosted Oct 21, 2022, 10:28 AM
do you mean view vs store procedure?