Answer Posted / pandian
There are two types of indexs.
1. Cluster Index (Ex. Primary Key)
2. Non Cluster Index(Ex.Unique Key)
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is optimization and its types?
Which tools are available to manage SQL Azure databases and servers?
What is acid mean in sql server?
What is the recommended total size of your memory optimized tables?
Is it possible to have clustered index on separate drive from original table location?
Define the one-to-one relationship while designing tables.
How to drop an existing table with "drop table" statements in ms sql server?
What is openxml in sql server?
Why use view instead of a table?
Define compound operators?
What is the purpose of grouping data in a report?
Explain atomicity?
You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?
Can we perform backup restore operation on tempdb? : sql server database administration
what is a live lock? : Sql server database administration