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
Write a program using SQL queries to find a unique entry in a table.
How to turn on the mssql api module in php?
What is normalization? Explain its different types?
how many no of arguments can be passed in procedures and functions
In what version of sql server were synonyms released?
What is dml command?
Write a program to fetch first 10 records from a file?
What command do we use to rename a db, a table and a column?
What are exact numeric data types in ms sql server?
Differentiate between a having clause and a where clause.
What are data files?
Explain how does the report manager work in ssrs?
Explain the advantages of merge replication?
What is compound operators?
what is a transaction and what are acid properties? : Sql server database administration