Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the first action to perform a query?
Suppose I have four tables and five joins and my query is
getting slow day by day.

Answers were Sorted based on User's Feedback



What is the first action to perform a query? Suppose I have four tables and five joins and my query..

Answer / rahul khanke

in any joins (n-1)where n is no of tables is the criteia if
u have four table then there are 3 joins use it.

Is This Answer Correct ?    7 Yes 1 No

What is the first action to perform a query? Suppose I have four tables and five joins and my query..

Answer / vaibhavi_dixit

Also check that the tables does not have more NULL values,
which also reduces the performance.

VD

Is This Answer Correct ?    6 Yes 0 No

What is the first action to perform a query? Suppose I have four tables and five joins and my query..

Answer / sandeep t

the best way is to create another table by writing a
procedure . In the procedure create a temp table and then
populate the table which created with all the
conditions.You can use the newly created table to satisfy
all the conditions by this you could avoid creating load on
the database

Is This Answer Correct ?    2 Yes 0 No

What is the first action to perform a query? Suppose I have four tables and five joins and my query..

Answer / avi007

check the how many indexes created on join column of
tables, check the join which has been done on common column
of both tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What are the benefits of pl/sql packages?

0 Answers  


What is a trigger in pl/sql?

1 Answers  


can i create trigger on synonym is it possible or not please help me

4 Answers   CGI,


What is the need of a partition key?

0 Answers  


What is a behavioral trigger?

0 Answers  


PL/SQL allocates memory for the variable's at runtime or at compile time

3 Answers  


What is the difference between the implicit and explicit cursors?

0 Answers  


How do I sort a table in sql?

0 Answers  


What is pl sql record in oracle?

0 Answers  


What is trigger types in sql?

0 Answers  


What does over partition by mean in sql?

0 Answers  


What is sql comments?

0 Answers  


Categories