data base with outn relationship

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

Guest

dear friends ,
Is it possible to desin an multitable database with out relation ship
between the tables and extract the datas as i need for calculation from the
tables !?.
if its possible advise how and the drawbacks please .
 
dear friends ,
Is it possible to desin an multitable database with out relation ship
between the tables and extract the datas as i need for calculation from the
tables !?.
if its possible advise how and the drawbacks please .

If I understand your question correctly, yes it is possible to create
a database with multiple tables with no relationships. They do not
need to have defined relationships between them in order to use the
data, though for most cases they should. Relationships help define
and document the structure of the database, and they are also used to
enforce referential integrity.

You can use queries to join the tables together on related fields, and
to perform calculations, even if there are no relationships defined.

Armen Stein
Microsoft Access MVP
www.JStreetTech.com
 

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