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
How data can be copied from one table to another table?
Explain the various types of concurrency problem?
What is user-defined functions? What are the types of user-defined functions that can be created?
How to make a column nullable?
what is a self join? Explain it with an example? : Sql server database administration
What are the essential components of sql server service broker?
How can you fetch alternate records from a table?
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
What will be query used to get the list of triggers in a database?
How to create view in stored procedure sql server?
What are the disadvantages of using the stored procedures?
How to create function without parameter in sql server?
Explain nested join?
How do I port a number to sql server?
How to call stored procedure using http soap?