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 / suresh
select name,year
from ship
where name like '%,%';
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
explain databases and sql server databases architecture? : Sql server database administration
What is Federation and Federation Member?
What is transactional replication?
How to declare and use cursor variables?
How to generate create view script on an existing view?
What is difference between after and before?
How can we check the sql server version?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
How to loop through result set objects using mssql_fetch_array()?
What is normalization and its types?
Explain insert into select statement?
which backup strategy you are following at ur company
Tell me what is a linked server?
What is a partitioned view?
What is transact-sql language?