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
Distinguish between nested subquery and correlated subquery?
Write a SQL query to delete a table?
What is repeatable read?
How to receive returning result from a query?
Is mysql better than sql server?
What is DCL?
How to find which stored procedure is currently running in sql server?
What is the difference between function and stored procedure in sql server?
How you can minimize the deadlock situation?
how to control the amount of free space in your index pages? : Sql server database administration
What is the use of tempdb? What values does it hold?
How to identify current user in ssrs report?
What is database dimension? : sql server analysis services, ssas
How can you set the threshold at which sql server will generate keysets asynchronously?
Difference between aggregate functions of sql?