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 / kumar.t
Hello Mr.B
In my table contain 100 record is there. at present what
you are doing?
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the need for indexing?
List the advantages of using stored procedures?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
Explain the collation?
What extended events?
What does select 1 mean?
What is a trigger and its types?
What are sql servers used for?
How to modify an existing user defined function?
can you implement data mining in SSRS?
What is a hint?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
Explain what is scheduled job and how to create it?