Jump to content

[SOLVED] table structure question


ROCKINDANO

Recommended Posts

Hello all,

 

i am working on a project for job postings. right now i have my table structure with two tables. i have one table for the title, pay rate, job number, closing date and then i have another table for the description of the job as job summary, equipment and materials, condition of work enviornment, example of work, and education required.

 

my question is would it be neccassary to have two tables or can i have all these info in one table?

 

anyone???

 

Please help

Link to comment
https://forums.phpfreaks.com/topic/140829-solved-table-structure-question/
Share on other sites

if you were running LOTS of queries on just a few fields, it might make sense to have those fields in a separate table. the other time it makes sense is if a bunch of the fields are always used. for instance, if you have a USERS table. and the admins in that table have a few fields for admin info. it would make sense to have the admin info in a separate table, otherwise you have tons of NULL values that are just taking up space

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.