DBA > Job Interview Questions > DB2 INTERVIEW QUESTIONS

What are the disadvantages of using VARCHAR?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What are the disadvantages of using VARCHAR?

1. Can lead to high space utilization if most of the values are close to maximum.
2. Positioning of VARCHAR column has to be done carefully as it has performance implications.
3. Relocation of rows to different pages can lead to more I/Os on retrieval.

(Continued on next question...)

Other Job Interview Questions