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 is user-defined functions? What are the types of user-defined functions that can be created?
What is the language structure to add a record to a table?
What the difference between UNION and UNIONALL?
Can I save my report as html, excel or word? : sql server management studio
What is data source document?
What is the main difference between ‘between’ and ‘in’ condition operators?
What are different types of subquery?
Can two tables have the same primary key?
Can you create a logon trigger in sql server 2005 express edition?
What is a benefit of using an after insert trigger over using a before insert trigger?
What are the different types of locks in the database?
Mention the differences between local and global temporary tables.
how can u get last observation in an unknown dataset ?
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What is partition, how will you implement it? : sql server analysis services, ssas