Urgently need a SQL soccer database model and help about it

Asked By 10 points N/A Posted on -
qa-featured

Hi,

I'm a windows 7 ultimate user. I need a SQL soccer database model and help to understand it. I am eager create a new SQL database for a soccer league but I have a very little idea about it. Urgent help will be highly appreciated.

Thanks 

SHARE
Answered By 0 points N/A #153646

Urgently need a SQL soccer database model and help about it

qa-featured

I think that first of all you need to learn some basic concepts about SQL. Like for example, you need to know the use of some keys, such as:

1. Primary key

2. Foreign key

It’s very important to have good idea about those keys. You have to create some tables related to your design. It depends on how you want to design your database. It might have some tables, such as player tables, fixture tables and some other tables also. Then you need to know how to make a relationship between one table and another. There are lots of websites from which you can get help to learn SQL. The link below can be useful for learning SQL:

W3Schools Online Web Tutorials

Related Questions