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 / dhiraj
select Name
from ship
where name in ('Saint Louis','Jet Lake')
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
What are various aggregate functions that are available?
what is an index? : Sql server database administration
What is the importance of concurrency control?
How to find out what is the default collation in a database?
Explain insert into select statement?
What is TDS(Tabular Data Stream) Gateway?
Data table as parameter in sql server?
What gets stored inside msdb database?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
What are the advantages of the mirroring?
How to create a new schema in a database?
How does a profiler work?
What is explicit cursors?
What is the beast way to write CTE in SQL Server ?
Explain atomicity?