I have Author and Books tables.
My current method to select data is I LEFT JOIN books table to Author table and use GROUP_CONCAT to get the list of books.
As t