create index a on employee(dno)

In this,which index was created?

Answers were Sorted based on User's Feedback



create index a on employee(dno) In this,which index was created?..

Answer / 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

create index a on employee(dno) In this,which index was created?..

Answer / hari

Noncluster index

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What are date and time data types in ms sql server?

0 Answers  


What are the differences between char and varchar in ms sql server?

0 Answers  


What are the different types of cursor?

0 Answers   HCL,


How to check what was the last restore transaction LSN on Log-Shipping and Mirroring when we doesn't have a Monitor server and Witness server?

2 Answers   IBM,


can primery key be a non clustered index?

10 Answers  






Do you know data definition language, data control language and data manipulation language?

0 Answers  


What are the advantages of log shipping?

0 Answers  


What is a table called, if it does not have neither Cluster nor Non-cluster Index?

2 Answers  


Is it ok to shrink transaction log?

0 Answers  


Can we perform backup restore operation on tempdb?

0 Answers  


What is trace flag in sql server?

0 Answers  


1.can we set the more than 1 primary keys for a table? 2.please give me the difference between Cluster Index and non-Clustered Index 3.can we use query like this "Select * from Table1,Table2;"

8 Answers  


Categories