Ok. Im new to databases and I have a few questions. What would be the best way to implement a user account setup? Basically my site will have users who can log in and keep computer parts in their personal inventory.
should i create a TABLE called users and store:
name
email
login
password
parts - how would i store parts?
how would user logins work?
how would i store parts in the same way newegg stores them? im kind of lost as to the data structure and its implementation. any good tutorials? ive looked around and there's nothing specific to what im interested in.
This will be all done locally, im just messing around with postgresql and jsp.
should i create a TABLE called users and store:
name
login
password
parts - how would i store parts?
how would user logins work?
how would i store parts in the same way newegg stores them? im kind of lost as to the data structure and its implementation. any good tutorials? ive looked around and there's nothing specific to what im interested in.
This will be all done locally, im just messing around with postgresql and jsp.