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 trigger explain with program?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
How to convert binary strings into integers in ms sql server?
which backup strategy you are following at ur company
Which sql server is best?
What is store procedure? How do they work? When do you use?
Sql server reporting services vs. Crystal reports.
What are exact numeric data types in ms sql server?
What do you understand by intent locks?
what is an extended stored procedure? : Sql server database administration
what is a join and explain different types of joins? : Sql server database administration
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
How to create a new table in a given schema?
How to see existing views in ms sql server?
Explain Capacity planning to create a database? and how to monitor it?