Tagged Questions
1
vote
2answers
52 views
Database table structure for user albums and photos
Okay i'm creating a little community website. A user joins my site and he has the option to
enter his informations upload photos add friends and post to his wall. By now i want to know how to ...
1
vote
4answers
129 views
Generaly in database design what is better one table with two references or one table?
Let's say i have people who search for jobs, and i have a list of jobs.
So i have two tables:
people and jobs.
Now i have a list of skills of the person, and i have a list of skills for the job ...
1
vote
8answers
514 views
database relationships
does setting up proper relationships in a database help with anything else other than data integrity?
do they improve or hinder performance?
0
votes
5answers
56 views
SQL One-to-one Relationship? and resulting Schema
I am creating a mortgage/loans database - in which i have a table mortgages with the fields:
mortgage_id
client_id
*rate_type* (which may be: fixed or tracker)
...etc
Depending on the choice for ...