I have three table that are linked like this. Each content is linked to a category and each category is linked to a section. Like this
sections_table
-section_id
-section_name
categories_table
-category_id
-section_id
-category_name
contents_table
-content_id
-category_id
-content_title
-content_description
I want to write a query to display only content from a particular section and I am having difficulty, can someone help me with writing my query? Thank you