What is sql performance tuning?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?

7 Answers   Oracle,


How do I tune a sql query?

0 Answers  


How can you know that statistics should be updated?

0 Answers  


How do you create a db file?

0 Answers  


What are the two parts of design view?

0 Answers  






How to fetch the rows by dynamicaly passing table name through cursor?

3 Answers  


What is meant by user defined function?

0 Answers  


Define concurrency control. : Transact sql

0 Answers  


sales persons should always receive commission of 100 at least. employees who r not sales persons should never receive commission.(Triggers)

1 Answers   Fidelity, Oracle,


How do I count rows in sql query?

0 Answers  


how to fetch alternate records from a table? : Sql dba

0 Answers  


What is the primary key?

0 Answers  


Categories