Suppose if i have one table "Title" In this table there are 4 columns.
Bookid, Isbn, TitleName, Description.
1 123 english this is a english buk.
2 123 english Its author is "Mr xyz"
Now you see that b'coz of description same book appear 2 times.
Now how can we get the below output.Plese Guide
Bookid, Isbn, TitleName, Description1, Description2
1 123 english "this is a english buk" "Its author is Mr xyz"