create index a on employee(dno)
In this,which index was created?
Answer Posted / hari
Noncluster index
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
If no size is defined while creating the database, what size will the database have?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
What the different components in replication and what is their use?
What programming language would you use to create embedded functions in ssrs?
What is difference between cte and view?
What are the built in functions in sql server?
What are rest-style architecture's?
What is a primary key?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
What is the command used to check locks in microsoft sql server?
What are the advantages of using a stored procedure?
How do you improve the performance of a SQL Azure Database?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
What are tables in sql server?
How do you manipulate data?