ooh! You definitely want to look up some info on database normalizing. You could put all this stuff in the same field, but that wouldn't make sense if data is repeated. As an example, you need to normalize tables that have something as simple as storing names and addresses. Try this
link.