+------------------------+-------------------------------------------+
| book | name |
+------------------------+-------------------------------------------+
| C-sharp | ,, |
| java | ,,,,, |
+------------------------+-------------------------------------------+
this is a data table from which the output style of the extracted data is as follows:
+--------+------------------------+
| name | book |
+--------+------------------------+
| | java |
| | java |
| | C-sharp |
| | java |
| | java |
| | java |
| | C-sharp |
| | java |
| | C-sharp |
+--------+------------------------+
how is it implemented?