Create Index myIndex On myTable(myColumn)
What type of Index will get created after executing the
above statement

Answer Posted / swapna

Non-clustered index. Important thing to note: By default a
clustered index gets created on the primary key, unless
specified otherwise.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is normalization of database?

775


What are the differences between lost updates and uncommitted dependencies?

758


What is normalization? Describe its different types.

790


How many types of functions are there in sql server?

619


What is the architecture of ms sql reporting service?

709


What is an identity?

735


Explain left outer join and right outer join?

768


What is sql server locking?

708


What is extent? Types of extents?

796


How to test a dml trigger in ms sql server?

760


what is the main function of a query parameter?

126


What are logical/boolean operations in ms sql server?

731


What is replication and database mirroring?

793


What is the difference between value type and reference type?

714


What are cascading parameters in ssrs reports?

201