How a row data is converted into a column data
703280Jan 18 2010 — edited Jan 19 2010How the data in any row of a table is converted into a column data. (the query to do that)
e.g.
id name city
a11 Ram Kolhapur
b22 Manu Satara
the result should be
a11 b22
ram Manu
kolhapur Satara
Is it possible , if yes how ? boz this has been asked in an interview?
Thanks
Prithviraj