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

Can a function call a stored procedure in sql server?

525


What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?

482


What is the significance of master, tempdb and model databases?

523


How you can get a list of all the table constraints in a database?

511


What is sql injection? How to protect against sql injection attack?

551






How to execute the cursor queries with "open" statements?

609


Can the “if update (colname)” statement be used in a delete trigger?

548


What is report snapshot in ssrs?

162


What is intellisense?

579


how can you attach more than 20 ldf files in sql server

1565


What is an indexing technique?

488


What is the bookmark lookup and rid lookup?

564


Is foreign key a primary key?

506


how to trace the traffic hitting a sql server? : Sql server database administration

1121


What are the types of sql server?

515