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
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
Explain the etl (extraction, transformation, and loading)?
What is data compression?
What is dbcc?
What is the openxml statement in sql server?
Explain what is scheduled job and how to create it?
What is difference between inner join and join?
What are the dmvs?
Can you explain what is indexed view? How to create it?
how to take backup bcp out for a column in table in sql server?
How does normalization work?
What Are the Main Features of SQL Azure?
How to use subqueries with the in operators in ms sql server?
What is bcp? When does it use?
Explain what is analysis service repository?