Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Interview
»
Technology
find all Employee records containing the word "Joe", regardless of whether it was stored as JOE, Joe, or joe.
Show Answer
Correct Answer:
SELECT * from Employees WHERE upper(EmpName) like upper('joe%');
← Previous Question
Next Question→
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment