there is a table having two columns no and name
and the data is
1 A
2 B
3 C
write a query that will result a horizontal output
A,B,C
Answer Posted / narendra biyani
select list(name) from table_name
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What does top operator do?
Explain what is sql server english query?
Which trace flags are enabled in sql server?
How to create prepared statements using odbc_prepare()?
How to delete duplicate rows in sql server?
What are Spatial data types in SQL Server 2008
How will you optimize a stored procedure optimization?
What are filegroups in sql server?
What are the various Operating system files that every SQL server 2005 database has and what is the purpose.
Define left outer join in sql server joins?
What is a view in sql?
What is check constraint in sql server?
How to select some specific columns from a table in a query in ms sql server?
What is an entity-relationship diagram (erd)?
What are the types of indexes?