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’?
Correct Answer:
SELECT *FROM Employees WHERE EmpName like ‘M%’
← Previous Question
Next Question→
More Questions from
Technology
Difference between a query and a statement in SQL?
Describe the use of PL/SQL table?
Name any three PL/SQL exceptions?
What are PL/SQL cursor exceptions?
How can you find a PL/SQL block, if the cursor is open?
How can you generate debugging output from PL/SQL?
State one similarity and difference between WHERE Clause and HAVING Clause?
What are defaults? Is there a column to which a default can’t be bound?
What are constraints? Mention the different types of constraints?
What is the difference between a primary key and a unique key?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments