Selet all the data from table where last name is n of
employee
Answer Posted / saurav kumar
table: employee; column name: lastname
select * from employee where lastname like '%n'
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
How to change parameter value inside the report?
What does the on delete cascade option do?
What is the difference between primary key and unique constraints?
What is use of attributehierarchyenabled? : sql server analysis services, ssas
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
What does indexation mean?
How to use subqueries with the in operators in ms sql server?
What is bookmark link in ssrs?
application server is slow what may be the problem
Explain about nested stored procedure?
Explain “@@rowcount” and “@@error” in sql server?
What is constraints and its types?
How you can get a list of all the table constraints in a database?
What is the name of the Database which IBM mainframe uses?
How to create an multi-statement table-valued function?