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 |
What is the maximum size of a row in sql server?
Issues related in upgrading SQL Server 2000 to 2005 / 2008
What is order of B+tree?
Detail about the hardware which is supported by SQL server?
What is the difference between getdate and sysdatetime?
How is foreign key related to primary key?
List the different index configurations possible for a table?
What is Extended user-defined?
What are different types of collation sensitivity?
What is thr feature of change data capture?
What are statistics?
what is the maximum size of a row in sql server 2000 and 2005
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)