Forum: Database Design Sep 5th, 2007 |
| Replies: 7 Views: 2,627 What database software are you using? and how are people accesing this database? |
Forum: Database Design Sep 5th, 2007 |
| Replies: 5 Views: 2,334 The best thing to do is to ask for clarification, if they want you to integrate it into Outlook or their e-mail server I think thats a bit beyond just Database design. |
Forum: Database Design Sep 5th, 2007 |
| Replies: 1 Views: 1,110 An Inventory table with the item_id,item_description
A loans table which will contain the item_id of items that have been loaned out, the date out, the return date, and any other info u need, you... |
Forum: Database Design Jun 14th, 2007 |
| Replies: 7 Views: 2,203 I think the error is because you are using different data types for the vehicleLicence on different tables, they are supposed to be the same.
Im not sure about the other stuff. |
Forum: Database Design May 25th, 2007 |
| Replies: 1 Views: 1,285 Well if you delete the link then there wont be anything for that message.
Why are you deleting the link? Also why not put the link in the message table as another Column? |
Forum: Database Design May 22nd, 2007 |
| Replies: 2 Views: 2,306 Why not leave the UserId field alone and just update the name?
Then you can have another table, say History which will store all the edits a user has made. |
Forum: Database Design May 17th, 2007 |
| Replies: 7 Views: 2,203 I think you are reading the wrong stuff, star schemas and serrogate keys are used in Data Warehousing which is different from database design.
For your purposes I don't think that will be... |
Forum: Database Design May 15th, 2007 |
| Replies: 4 Views: 2,456 Cool.
I was thinking the score would be calculated from the Goals Table, but it might be simpler to include it your right.
The own goal thing seriously never crossed my mind:-O |
Forum: Database Design May 15th, 2007 |
| Replies: 4 Views: 2,456 I though about that(New diagram attached), but this means that my SQL queries are going to be much more complex, becasue I cant for example look for total goals scored by a player using just the... |
Forum: Database Design May 14th, 2007 |
| Replies: 4 Views: 2,456 When drawing DB relationship diagrams, do you usually show all the relationships? Because I seem to have lots of them and my diagram is geting very messy.
Sample Pic attached, I didnt even fill in... |
Forum: Database Design May 7th, 2007 |
| Replies: 7 Views: 2,063 |
Forum: Database Design May 7th, 2007 |
| Replies: 1 Views: 1,854 I think it would bve something like this
DB Schema image attached!! |