WHEN YOU FIRE A QUERY IT WILL SLOW WHAT WILL U DO.
Answers were Sorted based on User's Feedback
Answer / priya sahoo
create index on the table so that query retrival is faster
Is This Answer Correct ? | 18 Yes | 2 No |
Answer / deepak soni
if you talk about sql you should create clusterd index
but in oracle you have to create indexes to improve the
performance of query or you can say retrive the data in
faster rate.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / muzaffar ali umrani
first check is there any index created in on that table, if yes then arrange your query according to index and check its execution plan and if there is no index on query then create the index.
Is This Answer Correct ? | 7 Yes | 0 No |
What is the use of SET TRANSACTION USE ROLLBACK SEGMENT ?
What is the difference between delete and truncate command in dbms?
What is dbms function?
What is the use of INDEXES option in IMP command ?
What are the 4 types of database?
What are the functions of rdbms?
What are the types of database explain each of them briefly?
How to open the database in exclusive mode?
Can the User set Archive file name formats ?
Explain the term generalization.
Define entity.
What is raid controller technology?