Cursor is a database object to retrieve data from a result set one row at a time, instead of the T-SQL commands that operate on all the rows in the... Read More
Tag: SQL Server
In SQL Server we make views for security purpose since it restricts the user to view some columns/fields of the table(s). Views show only those columns that are present in... Read More
"SQL Server Tutorial | Learn SQL Server | SQL Server Tutorial for Beginners SQL Server is the most popular RDBMS developed by Microsoft. SQL Server can run on the cloud, Windows,... Read More