Difference between Cluster and Non-cluster index?
Answer Posted / ghanshyam vishwakarma
CLUSTER:- cluster like a pointer that point to one page to
another and get the final data.
NON CLUSTERED INDEX:
Non clustered index will be created automatically when u
create unique key on a column. A table can have no.of
unique keys, so we can create no.of non clustered indexes
per table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When does a workload on SQL Azure get throttled?
how many layers of tcp/ip protocol combined of? : Sql server database administration
What is the difference between join and inner join?
How to access the deleted record of an event?
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security
How to recreate an existing index in ms sql server?
What is difference between order by and group by?
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
Write a query to find 5th highest amount paid from the customer table.
What is difference between views and tables?
What is the function of sql server agent windows service?
What is a non equi join?
Can sql servers linked to other servers?
Can you leave a union at any time?
How do I know if localdb is running?