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 |
The Difference between 'Count' and 'Count(*)'
What is apply operator in sql?
How do you delete duplicate records in sql server?
What is resource governor in sql server?
How fixed length strings are truncated and padded?
What are the different editions available in sql server 2000?
How to find the date and time of last updated table?
How do you delete duplicate rows in sql server?
What is resultset concur_updatable?
Explain the use of keyword with encryption. Create a store procedure with encryption?
What does the automatic recovery do?
What does man by sql wildcard characters in sql server?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)