Selet all the data from table where last name is n of
employee
Answer Posted / saurav kumar
table: employee; column name: lastname
select * from employee where lastname like '%n'
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the application object and session object?
What is 5nf in normalization form?
Is INSTEAD OF trigger directly applicable to Table ?
Can a table be created inside a trigger?
what are the different types of replication you can set up in sql server? : Sql server database administration
What new changes are being made in SQL Server?
How to enter date and time literals in ms sql server?
Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture
How can we rewrite sub-queries into simple select statements or with joins?
What is indexing in sql server with example?
Explain concepts of analysis services?
Explain how to use linked server?
What is Dependency Injection and provide example?
Explain iaas, paas and saas?
What are the differences between left join and inner join in sql server?