WHEN YOU FIRE A QUERY IT WILL SLOW WHAT WILL U DO.

Answers were Sorted based on User's Feedback



WHEN YOU FIRE A QUERY IT WILL SLOW WHAT WILL U DO...

Answer / priya sahoo

create index on table.

Is This Answer Correct ?    20 Yes 2 No

WHEN YOU FIRE A QUERY IT WILL SLOW WHAT WILL U DO...

Answer / priya sahoo

create index on the table so that query retrival is faster

Is This Answer Correct ?    18 Yes 2 No

WHEN YOU FIRE A QUERY IT WILL SLOW WHAT WILL U DO...

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

WHEN YOU FIRE A QUERY IT WILL SLOW WHAT WILL U DO...

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

Post New Answer

More Database Management Interview Questions

What is the use of SET TRANSACTION USE ROLLBACK SEGMENT ?

1 Answers  


What is the difference between delete and truncate command in dbms?

0 Answers  


What is dbms function?

0 Answers  


What is the use of INDEXES option in IMP command ?

2 Answers  


What are the 4 types of database?

0 Answers  


What are the functions of rdbms?

0 Answers  


What are the types of database explain each of them briefly?

0 Answers  


How to open the database in exclusive mode?

0 Answers  


Can the User set Archive file name formats ?

1 Answers  


Explain the term generalization.

0 Answers  


Define entity.

0 Answers  


What is raid controller technology?

0 Answers  


Categories