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 |
What is difference between joins and subqueries?
How and why use sql server?
How much space does sql server 2016 take?
How dts is used to extract, transform and consolidate data?
What is the use of stored procedure?
What is the default fill factor value?
How is a full-text index updated?
check, not null,unique
How to check if a table is being used in sql server?
How do you manipulate data?
How to modify existing triggers using "alter trigger"?
How to get all stored procedures in sql server?
Oracle (3259)
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)