what is difference between view and Dip.



what is difference between view and Dip...

Answer / Dinesh Rawat

In SQL Server, a View is a virtual table based on the result-set of an SQL statement, whereas a DDL (Data Definition Language) object (such as Table, Index, or Stored Procedure) is called a Schema Object. The main differences between views and Dip (Database Infrastructure Program) are:
1. A View does not exist as a separate entity in the database but provides an alternative way of querying data. Dip, on the other hand, is a tool used for creating and managing various aspects of a database.
2. A View is read-only unless it contains a SELECT INTO statement or is created using UNION ALL.
3. Dip is not a concept in SQL Server but is a tool provided by Microsoft for managing the Sybase database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is the maximum size of a row in sql server?

1 Answers  


Issues related in upgrading SQL Server 2000 to 2005 / 2008

1 Answers  


What is order of B+tree?

1 Answers   HCL,


Detail about the hardware which is supported by SQL server?

1 Answers  


What is the difference between getdate and sysdatetime?

1 Answers  


How is foreign key related to primary key?

1 Answers  


List the different index configurations possible for a table?

1 Answers  


What is Extended user-defined?

1 Answers  


What are different types of collation sensitivity?

1 Answers  


What is thr feature of change data capture?

1 Answers  


What are statistics?

1 Answers  


what is the maximum size of a row in sql server 2000 and 2005

2 Answers  


Categories