create index a on employee(dno)
In this,which index was created?
Answers were Sorted based on User's Feedback
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 |
What are date and time data types in ms sql server?
What are the differences between char and varchar in ms sql server?
What are the different types of cursor?
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?
can primery key be a non clustered index?
Do you know data definition language, data control language and data manipulation language?
What are the advantages of log shipping?
What is a table called, if it does not have neither Cluster nor Non-cluster Index?
Is it ok to shrink transaction log?
Can we perform backup restore operation on tempdb?
What is trace flag in sql server?
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;"