Selet all the data from table where last name is n of
employee
Answer Posted / anshu sharma
SELECT * FROM TABLE_NAME WHERE EMP_LASTNAME LIKE 'N%'
Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
What is 'write-ahead log' in sql server 2000 ?
How do I run a trace in sql server?
What is the minimum recommended amount of ram for sql server 2012 enterprise?
How to check table values in sql server?
Explain the different index configurations a table can have?
How each E-R model constructs can be mapped to the relational model?
What is RMS migrations?
What is the purpose of sql profiler in sql server?
How can you insert values in multiple rows using one Insert statement?
What is sql server locking?
which table keeps the locking information? : Sql server administration
Is null vs coalesce?
What is the difference between DataRow.Delete() and DataRow.Remove()?
What is the difference between Normalization and De-normalization?
What is DCL?