what is the difference between table and view
Answer / ashok
1.If we create a table it will save in database but a view is a virtual image there is no physical existance.
2. We can use order by clause in tables but views does not support order by clause.
3.In a view we can specify only a select statement inside a view but in tables we use all dml,ddl statements.
4.If we updating a base table using view which contains joins may not update correctly,but in tables we can update using joins.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain various data region available in ssrs with their use?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What are the dmvs?
How to generate create table script on an existing table in ms sql server?
What is the use of toad or sqldbx.?
How to use column default values in insert statements in ms sql server?
What is primary key and example?
What is a partitioned view?
What are the restrictions applicable while creating views? : SQL Server Architecture
What is inner join in sql server joins?
How do use Having,Group by,Group function in SQL?
How to create a testing table with test data in ms sql server?