create index a on employee(dno)

In this,which index was created?

Answer Posted / yousaf khan

First the Control will check if there clustred index exist
if there then it will create a nonclustred Index a on
Employee(dno), other case there is condition diffine like
clustred or nonclustred so it create Defualt type.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we get count of the number of records in a table?

695


explain different types of joins? : Sql server database administration

706


What are the disadvantages of primary key and foreign key in SQL?

802


What is use of attribute hierarchy ordered ? : sql server analysis services, ssas

731


How to throw custom exception in Stored Procedure?

762






What do you mean by data integrity?

786


Distinguish between nested subquery and correlated subquery?

751


While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?

750


Explain different types of self contained sub query?

729


What is built-in/administrator?

728


What is the purpose of update statistics and scope_identity() function?

816


What is the order by used for?

792


How to create a local temporary stored procedure?

684


How you can change the database name in SQL SERVER?

857


How to rebuild the master database?

748