What is the disadvantages of index?
Answers were Sorted based on User's Feedback
Answer / suresh babu
We can create more number of indexes for a table.It required
separate memory space for each and every index.It will be
fast when using the search condition.
But if we are going to do some DML operations such as
insert,update,delete the server performance should reduce.
Is This Answer Correct ? | 25 Yes | 3 No |
What are the different types of join?
What is a DBMS, query, SQL?
What is SQL server agent?
What is Index ? Explain its Types?
What is trigger explain with program?
write a query to remove duplicate records without using primary key column?
WHAT IS THE DIFFERENCE BETWEEN CANDIDATE KEY ,COMPOSITE KEY AND PRIMARY KEY. THAN U.
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
Are resultset updatable?
What is the difference between seek predicate and predicate?
What is the difference between commit and rollback?
How to insert stored procedure result into temporary table?