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
Explain the different types of joins?
What do you understand by mirroring and mention the advantages of the mirroring?
How do I make a resultset scrollable?
What is difference between standardization and normalization?
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
Explain what is sql server english query?
Can two tables share a primary key?
How to locate and take substrings with charindex() and substring() functions?
What is normalization? Explain its different types?
What do you understand by coalesce in sql server?
What is an indexing technique?
How to restore performance issues and how to check?
please differentiate between delete and truncate?
How to optimize stored procedure optimization?
Give a example to search fr a string in all stored procedure in sql server.