DBA > Job Interview Questions > Oracle DBA Interview questions and Answers

There is a % sign in one field of a column. What

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

(Continued from previous question...)

There is a % sign in one field of a column. What will be the query to find it?

SELECT column_name FROM table_name WHERE column_name LIKE ‘%\%%’ ESCAPE ‘\’;

(Continued on next question...)

Other Job Interview Questions