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
How to delete existing triggers using "drop trigger"?
What are the different types of join?
Do you know what is rank function?
What is a print index?
What happens if date-only values are provided as date and time literals?
How to create prepared statements using odbc_prepare()?
How to update a field in SQL after ALTERING a row?
Explain the different index configurations a table can have?
What is tcl in sql server?
What is lock escalation and what is its purpose?
What is the simplest way to create a new database in ms sql server?
Does a full backup include transaction log?
How to create a large table with random data for index testing in ms sql server?
What is a functions and types in sql server?
What is the name of the Database which IBM mainframe uses?