I have table structure like
employee table : EmpId,Name,Designation,GroupName.
Qualifiction Table: Id,Qulification
SubjectTable:Id,Subject
QualEmpLinkTable : QualID,EmpId,SubjectID
Where a single employee can have multiple qualifications and there subjects.
If employee 1 have 3 qualified degrees then the qualification columns row for particular employee data sholud split in 3 rows.
according like that the every employee have different qualifications some have 1 or 3 or 2.
so i want to split rows of that particular columns.