DBA > Job Interview Questions > COBOL SQL Interview Questions

How is the SUBSTR keyword used in SQL?

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

(Continued from previous question...)

How is the SUBSTR keyword used in SQL?

SUBSTR is used for string manipulation with column name, first position and string length used as arguments. E.g.
SUBSTR(NAME, 13) refers to the first three characters in the column NAME.

(Continued on next question...)

Other Job Interview Questions