Explain different types of index?
Answer / Deepak Kumar Pathak
In SQL Server, there are several types of indexes: Clustered Indexes (which determine the physical order of data in a table), Non-Clustered Indexes (which have a separate structure that stores the indexed columns and a pointer to the actual data), Composite Indexes (which are created using multiple columns), Primary Key Indexes (which are a type of clustered index used to uniquely identify each row), Unique Indexes (which ensure that no two rows have duplicate values for the specified columns), and Full-Text Indexes (which are used for text search queries).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are ddl (data definition language) statements for tables in ms sql server?
What are cursors? Name four types of cursors and when each one would be applied?
Describe the functionalities that views support.
What is the difference between grant and with grant while giving permissions to the user?
what is trigger
1 Answers CarrizalSoft Technologies, NIIT,
how many type of subquery?
Explain error handling in ssis?
how can ur insert the emp table
Explain what is the difference between union and union all?
What is molap and its advantage? : sql server analysis services, ssas
What is difference between inner join and full join?
What is transact-sql language?
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)