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
Arturo Espinoza
9,181 PointsWhat Database System (DMS) does Treehouse have to teach?
Does Treehouse teach MySQL or SQL. Is one better than the other?
1 Answer
James Anwyl
Full Stack JavaScript Techdegree Graduate 49,960 PointsSQL is a language, MySQL is a database management system that uses the SQL language. Other systems that use the SQL language include SQLite and SQL Server.
See What is the difference between SQL and MySQL on stack overflow.
In the majority of courses that I've seen on Treehouse, MySQL is used. But I've seen SQLite used as well.
Some examples:
Database Foundations - MySQL
Using PHP with MySQL - MySQL
PHP databases with PDO - SQLite
Hope this helps :)
Arturo Espinoza
9,181 PointsArturo Espinoza
9,181 PointsThis was very helpful thanks :)