When to create a new table?

  • Thread starter Thread starter StargateFan
  • Start date Start date
S

StargateFan

Is there any criteria that anyone here uses for deciding when to
create a new table or when one would just add info to an existing one?

Is there some sort of general guide or rule of thumb for this?

Thank you!
 
Is there any criteria that anyone here uses for deciding when to
create a new table or when one would just add info to an existing one?

Is there some sort of general guide or rule of thumb for this?

Thank you!

You will need to create a new Table when your data model contains an
Entity which is not represented by an existing table.

If you're thinking of creating a new table with exactly the same
fields and structure as an existing table... the answer would be
Basically, Never.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top