Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

How to build a database

hello dear

How to build a database

1 Answer

geoffrey
geoffrey
28,736 Points

Within your database application such as MySQL workbench, phpmyadmin. Most of time, you don't build it from scratch. You have to design this one the way it works the best with the kind of application you want to code. If you want to investigate the modeling of database, there are building methodologies such as merise that can be investigate. But It's not an obligation at first, for simple projet in my honest opinion. Moreover, nothing is engraved in the rock when building your database, changes might be done if ever something is badly designed. Lastly, you should take a look at the database foundation course. Everything is explained to have a good start.