Why can there be only one clustered index and not more than one?
Answer / Vipul Agrawal
In SQL Server, a table can have only one clustered index because a clustered index determines the physical order of data in the table. When multiple clustered indexes are created on a table, it leads to fragmentation and impacts performance. By allowing only one clustered index per table, SQL Server ensures that data is organized efficiently.n
| Is This Answer Correct ? | 0 Yes | 0 No |
I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30
Explain system views?
what are the limitations of parameters in a storedprocedure
How to create and drop temp table in sql server?
What is similarity and difference between truncate and delete in sql?
Is it possible to call a stored procedure within a stored procedure?
Difeerence between ssis 2005 and ssis2008?
Can you type more than one query in the query editor screen at the same time?
What is the difference between functions and stored procedures?
what is node in sql server?
2 Answers CarrizalSoft Technologies, Google, NIIT, Nittany, TATA,
How to swap the data of two columns in a table. both the columns containing varchar values.
difference between function and procedure
3 Answers Cognizant, HCL, TCS, Theorem,
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)