SQL (Structured Query Language) Question:

Download Job Interview Questions and Answers PDF

What will be the output of following query?

SQL Interview Question
SQL Interview Question

Answer:

What will be the output of the following query?
SELECT DECODE(TRANSLATE('A','1234567890','1111111111'), '1','YES', 'NO' );?
NO. Explanation :
The query checks whether a given string is a numerical digit.

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
Which command displays the SQL command in the SQL buffer, and then executes it?What operator tests column for absence of data?