"Databases" have a lot of tentacles: Table structure, SQL writing, form and report layout, and scripting. I suggest you start with normalization:
That's how you set up your tables/fields so it can accomodate your data. Then move to SQL:
That will help you write queries to get your data out.
Database normalization - Wikipedia
en.wikipedia.org
That's how you set up your tables/fields so it can accomodate your data. Then move to SQL:
W3Schools.com
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
That will help you write queries to get your data out.