identical field in multiple tables and would like to populate all

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have multiple tabels all containing one field that is identical. How can I
enter the data in this one field in all tables, just by entring it once?
 
Normally you don't. If you have redundant data, then you need to fix your
database design.

A properly normalized relational database will store information once (and
only once) for each item.

Please explain why you have redundant data and perhaps we can suggest some
ways to correct your structure.
 

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