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
How to download microsoft sql server 2005 express edition?
Explain what is raid and what are different types of raid levels?
What is the difference between dropping a database and taking a database offline?
What is acid mean in sql server?
How self join is different from outer join?
What is collation sensitivity?
Which data type columns are the best candidates for full-text indexing?
What command must you use to include the not null constraint after a table has already been created?
How connect excel to sql server?
What is ms sql server index?
What is triggers in ms sql server?
What stored by the msdb?
What is nonclustered index with included columns ?
What is database white box testing?
Where does the copy job runs in the log shipping primary or secondary? : sql server database administration