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 implicit and explicit transaction?
What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas
Do you know the cursor types?
What is BCP? When does it used in sql server 2012?
What is difference between Datepart() and Datename() in SqlServer?
Explain the concept of view and Types of views in SQL server?
How to find the service pack installed? : sql server database administration
How do I schedule a sql server profiler trace?
Explain the etl (extraction, transformation, and loading)?
Who is the owner of a schema in ms sql server?
What happens if null values are involved in datetime operations?
What is application role in sql server database security? : sql server security
How to replace the Query Result 'Null Value' with a text ?
What do I need to start working with sql studio? : sql server management studio
Explain the stored procedure?