How many index can be created for single table
Answer Posted / somu
We can create total 250 indexes per table . i,e 1 Clustered
Index and 249 Non Clustered Indexes
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
How to convert a unicode strings to non-unicode strings?
List some advantages and disadvantages of stored procedure?
Find first and last day of current month in sql server
What is a View ? Can we insert, Update and delete a view?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
What is 2nf in normalization?
How do you trace the traffic hitting a sql server?
What is the temp table?
Explain primary key and foreign key constraints?
What is a livelock?
What function does a database engine serve in the sql server?
How to get the definition of a stored procedure back?
What are the differences between having and where clause.
What are the diifferences between the ms sql server vs mysql?
What specific conditions database should meet, before you can bulk copy data into it using bcp?