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 / challa yerriswamy
select name,year
from ship
where name like '% %';
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Is truncate autocommit?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
Write the SQL query to drop, truncate and delete table.
Explain go command in sql server?
How to delete existing rows in a table?
Define left outer join in sql server joins?
what are constraints? Explain different types of constraints? : Sql server database administration
How to convert binary strings into integers in ms sql server?
What is the data type of time?
Determine when to use stored procedure to complete sql server tasks?
Explain indexing and what are the advantages of it?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
do views contain data ?
List the various tools available for performance tuning?
What is TDS(Tabular Data Stream) Gateway?