| Thread | Last Post | Replies |
|
| Using a seperate table to 'join' make a table relation | 11 Jan 2008 05:28 GMT | 6 |
In the past I have always made the relationship between two tables using foriegn keys. So, to link employee to employer I would have a column in employee table called employer_id so that one employee could have one employer and one employer may have many employees. Pretty
|
| What is an automorphism of a database instance? | 10 Jan 2008 15:25 GMT | 19 |
I need help in understanding what is an automorphism of a database instance. The following definition is from the book Relational Database Theory by Atzeni and De Antonellis: Definition: An automorphism of a database instance r is a partial function
|
| Design a huge DB ?? help me | 09 Jan 2008 18:14 GMT | 3 |
can you help me please to analyse this situation and choose an appropriate design for that The prloblem / Situation ---------------------------------------------------------------------------
|
| NULLs | 08 Jan 2008 20:20 GMT | 87 |
What are NULLs for? Missing information? Then surely there should just be no tuple? To indicate that there can be no value? Why not a seperate table with a boolean value in the non-key column?
|
| Design a huge DB ?? help me | 08 Jan 2008 20:12 GMT | 2 |
can you help me please to analyse this situation and choose an appropriate design for that The prloblem / Situation ---------------------------------------------------------------------------
|
| A philosophical newbie issue: catch redundant errors via relationships or programmically? | 02 Jan 2008 02:13 GMT | 33 |
I'm a newbie to dB programming. I set up a set of tables (see below after the RL signoff) to capture the relationship between a group of people buying and selling stocks, and it worked well (using Visual Basic Access for the front end). Now I want to extend this
|
| Another view on analysis and ER | 01 Jan 2008 01:47 GMT | 172 |
Here's a website I stmbled across: http://www.islandnet.com/~tmc/html/articles/datamodl.htm Note that, at the start of the introduction, the author says that analysis is the most important part of any project. That's rather different from the
|