Hi again, I'll try to be a bit more specific then ;-)
Here's a snapshot of a table in the database(mysql), which is used on a website:
Where text columns can be up to 65656 chars and "owner" is a FK
These are some of the scenarios where data needs to be retrieved:
1. all columns
2. teamid, teamname, division
3. bio
4. logo
5. teamname, logo, rating, division
6. teamname, rating
7. teamid, teamname, logo, divison, owner
8. teamid, reroll, ff, asscoach, cheer, apo, wizard
9. teamid, teamname, race, rating, treasury, owner
10. teamname
As to the frequency of them i cannot say since I don't have any statistics at hand.
I hope it can help clear up some confusion =)