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
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration
What is a select query statement in ms sql server?
What is the use of “join” in sql server?
Explain about service Broker functions?
what's sql server? : Sql server database administration
How to use clusters?
What is the purpose of optimization?
Why truncate is ddl command?
What are different types of subquery?
Explain forward - only cursors?
What is 'write-ahead log' in sql server 2000 ?
What are the steps you must follow to hide sql server instances?
Explain nested trigger in sql?
What are different types of statement?