Hello, forum. I'm missing some query knowledge right now.
I have two tables like this:
tbProjects: ProjectID*, ProjectName
tbActivities: ActivityID*, ActivityName, Unit, UnitPrice, ProjectID (fk)
Now, let's say I have 4 projects, from 1 to 4, and each project has some ActivityNames that...