| by Achyut Kendre | No comments

What is View and Cursor in SQL Server?

In this article we will learn about the view and cursors in PL SQL using SQL server. What is View? In SQL, a view is a virtual table based on the result-set of an SQL statement. A view contains rows and columns, just like a real table. The fields in a view are fields from […]

Read More