I have this Project Class table which consists of Project ID,and there are 21 categories tagged to this Project ID and class codes.
The Project ID along with their class categories and class codes should be in one line (in the new table) when queried with the Project_ID and there shouldn't be any multiple instances.Something like this,
Project ID Class_category1 Class_category2......So on
Value Class_Code1 Class_Code 2........So on
How can I achieve this and using which function?