adspace


What is dbcc command in sql server?

Answer Posted / Amit Kumar Gupta

The main differences between a table and a view in SQL Server are:
1. Tables store data, while views only contain virtual tables derived from one or more existing tables.
2. Tables can be directly manipulated (INSERT, UPDATE, DELETE), whereas views cannot.
3. Tables have a physical representation on disk, while views do not.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is spatial nonclustered index

1060


What are wait types?

1251


Equi join and non equi join is possible with sql server?

1134


How to rebuild the master database?

1167


Why should you use or avoid select * statements?

1111


How to connect php with different port numbers?

1191


What is the difference between for xml raw and for xml auto?

1119


What is self contained sub query?

1141


What is normalization and what are the advantages of it?

1057


Explain “row_number()” in sql server with an example?

1080


Can we shrink data file in sql server?

1130


What is the primary use of the model database?

1151


How efficient you are in oracle and SQL server?

1258


Why we use the openxml clause?

1080


List the ways in which dynamic sql can be executed?

1088