Write an sql query to find the names of employees start with ‘a’?
Answer Posted / bhavana
SELECT name FROM employee where name LIKE a%;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between count(*) and count(1) ?
What is sql server profiler?
What is perspective, have you ever created perspective? : sql server analysis services, ssas
What is bcp? When does it used?
How do I save a stored procedure in sql server?
What is failover clustering overview?
How to test subquery results with the exists operator?
When is update_statistics command used?
Write a query for primary key constraint with identity key word?
role of sql sever 2005 in database rather than any other database
What is the maximum rows in sql server table?
What is key attribute?
Define synonym?
What part does database design plays a role in performance of an sql server-based application?
How do I find query history in sql server?