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 |
How can you append an identity column to a temporary table?
Can a rule be bound to any column of any data type?
Explain basic SQL queries with SELECT from where Order By, Group By-Having?
What are the differences between user defined functions and stored procedures?
What are page splits? : SQL Server Architecture
What is inline variable assignment?
What is an active database?
How do you measure the performance of a stored procedure?
How many nested transaction can possible in sql server?
What do you mean by cardinality?
Can we use custom code in ssrs?
What is replication and database mirroring?
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)