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.
Correct Answer:
SELECT * from Employees WHERE upper(EmpName) like upper('joe%');
← Previous Question
Next Question→
More Questions from
Technology
What are the difference between call screen and leave screen?
How do we create a DHTML drop-down menu?
Which tag is used to display the numbered list? 1) 2) 3) 4)
In HTML document the tags are
Which of the following is a properly defined structure?
How many types of modularization are there in c++?
Which design patterns benefit from the multiple inheritance?
Which of the following type casts will convert an Integer variable named amount to a Double type ?
Give an example for the use of volatile keyword in c++ ?
Which of the following is not a correct variable type?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments