If suppose in a table ship(name,year),find ship name having
first and last name(i.e having space in between)
ex: SAINT LOUIS,JET LAKE.
Answer Posted / challa yerriswamy
select name,year
from ship
where name like '% %';
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are examples of triggers?
What are system databases into sql server (2005/2008)?
What are the 2 types of classifications of constraints in the sql server?
How can sql server instances be hidden? : sql server security
What do you understand by a stored procedure?
What is user-defined inline table-valued function?
Which are the olap features?
What is the difference function and stored procedure?
What is a cache in ssrs?
Does partitioning improve performance sql server?
What is the purpose of forms?
What stored by the tempdb ? : sql server database administration
Can a table have 2 primary keys?
Tell me about builtinadministrator?
How exceptions can be handled in sql server programming?