explain the options of myisamchk to improve the performance of a table. : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

what is subquery? : Sql dba

0 Answers  


How to select unique records from a table?

0 Answers  


what is the difference between a web-garden and a web-farm? : Sql dba

0 Answers  


Does truncate free space?

0 Answers  


Explain the the delete statements in sql?

0 Answers  






What is bitemporal narrowing?

0 Answers  


How do you get column names only for a table (sql server)?

0 Answers  


Why do we create stored procedures & functions in pl/sql and how are they different?

0 Answers  


what is a field in a database ? : Sql dba

0 Answers  


What is the difference between delete and truncate commands?

0 Answers  


What is a memo field?

0 Answers  


Dear All, Question for this Week Find out possible error(s) (either at compile time or at runtime) in the following PL/SQL block. State the reason(s) and correct the errors. Declare Cursor C1 is select ename, sal, comm from emp; Begin For i in C1 Loop If i.comm between 299 and 999 then Dbms_output.put_line(i.Ename || ‘ ** Good Commission’); Elsif i.comm > 999 then Dbms_output.put_line(i.Empno || ‘ ** Very Good Commission’); close C1; Else Dbms_output.put_line(i.Ename || ‘ ** ’ ||nvl(i.comm,‘O’)); End if; End Loop; End;

7 Answers   Accenture,


Categories