Selet all the data from table where last name is n of
employee
Answers were Sorted based on User's Feedback
Answer / saurav kumar
table: employee; column name: lastname
select * from employee where lastname like '%n'
Is This Answer Correct ? | 29 Yes | 0 No |
Answer / anshu sharma
SELECT * FROM TABLE_NAME WHERE EMP_LASTNAME LIKE 'N%'
Is This Answer Correct ? | 5 Yes | 10 No |
Explain about builtinadministrator?
What are the High-Availability solutions in SQL Server and differentiate them briefly?
What is cte (common table expression)?
Can a database be shrunk to 0 bytes, if not, why?
Wht is the difference between stored procedure and trigger
Why SQL Agent is used?
What is an expensive query?
What is the log shipping?
If any possiable to use 2 primary key in single table? How many primary key & foreign key used in each table(min & max)?
How to get max 100 values from sql server
in how many ways we can use count()
What is a partitioned view?