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

How does a database store data?

0 Answers  


What is data in dbms?

0 Answers  


What are the steps in creating a database?

0 Answers  


What are the different type of relationships in the dbms?

0 Answers  


How is view stored in database?

0 Answers  






What is a Federated Query ?

0 Answers   MCN Solutions,


Explain the main control blocks available in ims db?

0 Answers  


Where the Databases overall structure is maintained ?

1 Answers  


What built in subprogram is used to manipulate images in image items ?

1 Answers  


What is database or database management systems (dbms)? And what's the difference between file and database? Can files qualify as a database?

0 Answers  


Can we store images in database?

0 Answers  


Explain primary key and composite key.

0 Answers  


Categories