Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Interview
»
Technology
Write an SQL Query to find employees whose name starts with an ‘M’?
Show Answer
Correct Answer:
SELECT *FROM Employees WHERE EmpName like ‘M%’
← Previous Question
Next Question→
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment