adspace


what is difference between view and Dip.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What kind of problems occurs if we do not implement proper locking strategy?

1500


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1072


What is sql server query analyzer?

1131


What is a coalesce function?

1285


What are the properties of the transaction?

1074


What is clustered index

1087


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8232


What are the different types of subquery?

1235


What are wait types?

1250


What are different types of constraints?

1003


What is normalization and what are the advantages of it?

1057


How to connect php with different port numbers?

1191


Can we do dml on views?

1039


What is acid mean in sql server?

1247


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1215