I have been trying to learn this database thing for the last 3 months without much success , its understanding the structure that puzzles me the most
say for example i want a page listing all types of fruit
oranges
apples
bananas
grapes
then i would want another page listing just apples which would show all names available in that gategory
example
grannys smiths, pink lady, golden delicious etc etc (names of apples)
and then another page just for granny smiths and so on.
how would i structure the tables in a database to do this?