How do we tune the code?

Answers were Sorted based on User's Feedback



How do we tune the code?..

Answer / shobhit

we can tune our code as folllows

1:reducing no of lines in code

2: using indexes based columns in our sql select statements.

3: using the best logics

Is This Answer Correct ?    0 Yes 1 No

How do we tune the code?..

Answer / raaaa

tuning the code is complier the output than code is verify

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More SQL PLSQL Interview Questions

tell us something about heap tables. : Sql dba

0 Answers  


How is sql used in oracle?

0 Answers  


What is nvarchar in sql?

0 Answers  


Which query operators in sql is used for pattern matching?

0 Answers  


How are multiple column = value pairs delimited in the SET clause of an UPDATE statement? 1. With commas (SET price = 0, status = 'I') 2. With parentheses (SET (price = 0) (status = 'I')) 3. With double-pipes (SET price = 0 || status = 'I') 4. With square-brackets (SET [price = 0] [status = 'I'] 5. With single or multiple spaces (SET price = 0 status = 'I')

2 Answers  






Explian rowid, rownum?

0 Answers  


What is the use of partition by in sql?

0 Answers  


What is a 'instead of trigger'?

3 Answers   Eenadu, TCS,


Is foreign key mandatory?

0 Answers  


How to convert comma separated string to array in pl/sql?

0 Answers  


Can you selectively load only those records that you need? : aql loader

0 Answers  


Why do we need sharding?

0 Answers  


Categories