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

Define weak entity set.

0 Answers  


What is data management process?

0 Answers  


what are the different kinds of indexing?

0 Answers  


Is google a database?

0 Answers  


What is difference between database and schema?

0 Answers  






Describe the difference between data and database administration.

0 Answers  


What are some disadvantages of a standard language such as sql?

0 Answers  


Mention the types of join?

0 Answers  


How to open the database in exclusive mode?

0 Answers  


What is ims software environment?

0 Answers  


What do you mean by index hunting?

0 Answers  


Why is the use of dbms recommended?

0 Answers  


Categories