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 store and query spatial data?
How many ways to create table-valued functions?
What are indexes in ms sql server?
What types of replication are supported in sql server?
What is the importance of a recovery model?
What are dml triggers and types of dml triggers?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
what are the reporting service components in SSRS?
How to deploy the Report?
Differentiate between SQL and ORACLE joins and write their syntax.
What is Service Broker in sql server 2012?
What programming language would you use to create embedded functions in ssrs?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
Differentiate between mongodb vs. Sql server?
What do mean by xml datatype?