Jump to content

This topic is 4623 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

hello, I hope this is in the right section.

I`ve been reading pretty much about data modeling, entity tables, attributes, keys and such things.. But when Im gonna create a database for something Im still not sure what tables I should create.

Is there any right or wrong table in a solution? Or can I choose by myself what tables I want.

Posted

You should try and take a stab at it. Just remember to try and stick to a normalized ( at least 3rd NF ) structure.

Posted

Most businesses have employees, customers, a product or service, and invoices (and its LineItems) known as the big four. Then there are support (or lookup) tables which may be the 'many' side to any field within those tables. If you find yourself adding 'like' fields (such as Monday, Tuesday ... Or staff1, staff2, staff3) they should probably be in related table.

As John says, give it a go and you can always post your skeleton structure file showing entity relationships for review as you go. :^)

This topic is 4623 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.