Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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's the difference between a primary key and a unique key?

4 Answers  


Can we store videos inside the sql server table?

0 Answers  


How do I find the size of a sql server database?

0 Answers  


write query for fourth maximum salary from employee table

14 Answers   Mind Tree, SP Software,


What do you understand by a view? What does the with check option clause for a view do?

0 Answers  


what's the maximum size of a row? : Sql server database administration

0 Answers  


Explain how to send email from sql database?

0 Answers  


What is the difference between varchar and varchar(max) datatypes?

0 Answers  


What is the difference between Stored Procedures and triggers?

0 Answers   HCL,


What is a cube? : sql server analysis services, ssas

0 Answers  


What are the different Authentication modes in SQL Server and how can you change authentication mode?

0 Answers  


What is the difference between a stored procedure and a user defined function in sql server?

2 Answers   Millennium,


Categories