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
How to access the inserted record of an event?
What are the 10 characteristics of data quality?
How much space does sql server 2016 take?
If a stored procedure is taking a table data type, how it looks?
Where the sql logs gets stored? : sql server database administration
What are the purpose of Normalisation?
What is the use of tempdb? What values does it hold?
Explain few of the new features of sql server 2008 management studio
How to see existing views in ms sql server?
What are translations and its use? : sql server analysis services, ssas
What is raid and what are different types of raid levels?
What is instead of trigger sql server?
How do I find my localdb version?
What is table constraint?
How to create a testing table with test data in ms sql server?