SELECT DECODE(TRANSLATE('A','1234567890','1111111111'), '1','YES', 'NO' );
Answer :
NO
Explanation :
The query checks whether a given string is a numerical digit.
sahu Profile Answers by sahu Questions by sahu Jan 28th, 2006 Ans:Yes,it's rightans: NO
Profile Answers by sahu Questions by sahu
Ans:
Yes,it's right
ans: NO
If you think the above answer is not correct, Please select a reason and add your answer below.
Please Turn OFF your ad blocker
- OR -
LOGIN to continue using GeekInterview website.
Disable Ad Blocker
Learn More
Login GeekInterview
Login
Create your GeekInterview account
Signup
Continue Reading after Disabling
Refresh
What will be the output of the following query
SELECT DECODE(TRANSLATE('A','1234567890','1111111111'), '1','YES', 'NO' );
Answer :
NO
Explanation :
The query checks whether a given string is a numerical digit.
Related Answered Questions
Related Open Questions