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 different types of table joins?
What are the different kinds of ssrs reports?
How to get a list of columns in a view using the "sp_columns" stored procedure?
What is user-defined inline table-valued function?
What is dimension table? : sql server analysis services, ssas
How to create a new schema in a database?
Can coalesce return null?
What are click through reports?
Tell me what is a linked server?
What are audit control procedures?
How can I get data from a database on another server?
Can we add a cpu to sql server?
How many clustered indexes there can be on table ?
How can you list all the table constraints in a database?
Explain different types of self contained sub query?