Friday, 24 January 2014
Sunday, 19 January 2014
Create And Delete View
Creating View
It just create duplicate
table of original’s table and whole data (rows and columns) is same.In figure,
View shown.
CREATE VIEW view_name As
SELECT Column_Names
FROM Table_Name
WHERE Conditions
Example-
CREATE VIEW mac As
SELECT
ename
FROM emp
Friday, 17 January 2014
Views
|
Views
|
1
|
In Sql Server, It
is a virtual table.
|
|
2
|
It contains fields
from one or more real tables.
|
|
|
3
|
It is generally
used to join multiple tables and get the data
|
|
|
4
|
It Illustrate data
from many tables which can be used to generate reports.
|
Thursday, 16 January 2014
Subscribe to:
Posts (Atom)



