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 BCP? When do we use it?
What are different types of table joins?
What is difference between global temporary tables and local temporary tables?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
What are the advantages of using sql server over ms access or why should one use sql instead of ms access
What is the use of floor function in sql server?
Do you know what is a trace frag? Where do we use it?
What method is used by the Command classes to execute SQL statements that return single values?
Explain the concept of view and Types of views in SQL server?
Explain some DBCC commands?
how to find the particular row in table?(means suppose one table contain 10 rows , in these 10 rows how to find the particular row(example in 10 rows i want 5 row how)?
16 Answers Accenture, IBM, Marlabs,
Give the query of getting last two records from the table in SQL SERVER?
0 Answers Petranics Solutions,
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)