Very Basic Question

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Please bear with me; I'm obviously a newbie.

Is there a way to make database-wide stuctural changes to the variou
tables. Maybe a master that would enable you to add a field once, tha
would be added to all the tables?

Any help would be much appreciated
 
Please bear with me; I'm obviously a newbie.

Is there a way to make database-wide stuctural changes to the various
tables. Maybe a master that would enable you to add a field once, that
would be added to all the tables?

Umm... no. But I find it hard to imagine a properly normalized
database in which you would add the SAME field to all your tables, or
event to more than two tables!

Could you explain what you are trying to accomplish, and what is the
current structure of your tables? What is this new field?
 
Back
Top