Can we create clustered index on non primary key column
Answer Posted / ashok
we can creta clustered index on non primary column.
create table abc(eid int,ename varchar(50))
create clustered index abc_clustered on abc (eid)
| Is This Answer Correct ? | 67 Yes | 9 No |
Post New Answer View All Answers
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
Can we use where clause with group by?
What is the osql utility?
How do I create a trace in sql server?
Do you know what is bit data type and whats the information that can be stored inside a bit column?
What is stretch database in sql server?
What is NOT NULL Constraint in sql server 2012?
What is a hint?
What is table-valued sub query?
How to select true false based on column value in sql server?
Explain the properties of subqueries in sql server?
How to provide column names in insert statements in ms sql server?
What is the distinction amongst delete and truncate?
How to change a login name in ms sql server?
Name 3 ways to get an accurate count of the number of records in a table?