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 to list all triggers in the database with sys.triggers in ms sql server?
What Is Rdbms?
What will be the maximum number of indexes per table?
What are the types of lock supported by ?
How to fetch the next row from a cursor with a "fetch" statement?
What is the simplest way to create a new database in ms sql server?
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
What is the dbcc command and why is it used?
What samples and sample databases are provided by microsoft?
Explain the relational database management system (rdbms)?
How would you choose between a clustered and a non-clustered index?
What is nonclustered index with included columns ?
Why use stored procedures in sql server?
How do you troubleshoot errors in a SQL Server Agent Job?
can an order by clause be used in a creation of a view?