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 filtered index?
What is system stored procedures?
What is a mixed extent?
How do I start sql server 2016?
Define the one-to-one relationship while designing tables.
How to restore performance issues and how to check?
Explain the rules for designing files and file groups in sql server?
Selet all the data from table where last name is n of employee
Can you tell me some of the common replication dmv's and their use? : sql server replication
how to do partition in sqlserver
Can you pass expressions to stored procedure parameters?
What is subquery? Explain the properties of a subquery?
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)