Sql Server View
Views:- View can be described as virtual table which derived its data from one or more than one table columns.It is stored in the database. It is used to implements the security mechanism in the Sql Server. For example, suppose there is table called Employeeinfo whose structure is given below:- Create table EmployeeInfo(EmpId int, EmpName […]
Continue Reading