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 trialLeandro Severino
12,674 PointsIs it worth it to learn SQL?
I want to be a front-end developer. Based on your experiences, do I need to learn databases in depth to get the job done? Also, is it still practical to study SQL or should I just start with other ones like Mongodb?
2 Answers
Ken Alger
Treehouse TeacherLeandro;
If you are going to stick/concentrate on front-end development you likely won't need to get that in depth to any database. Certainly having a good foundation as to how to do CRUD (Create, Read, Update, Delete) operations in a variety of databases in your chosen front-end language/framework would be highly beneficial.
In terms of how important is SQL versus NoSQL, it will often come down to your employer or client's needs. They both have their strengths and weaknesses so, again, at least being familiar with them enough to work with is important.
As a front-end developer you likely won't need to know, for example, how the difference in schema design impacts performance.
Post back with further questions.
Ken
Jennifer Nordell
Treehouse TeacherI think it's definitely worth your time to study SQL. While more and more businesses/sites may be moving to NoSQL databases, I'd be willing to bet that the vast majority still use SQL based databases. So if you go to work for any company who has been established for a long time, chances are that they'll be using a SQL based database.
Hope this helps!
Steven Parker
231,248 PointsI agree with Jennifer. If you check online job websites for popular programming languages, SQL is still near the top.
Leandro Severino
12,674 PointsThanks for your answer Jennifer :) Appreciate it.
Leandro Severino
12,674 PointsLeandro Severino
12,674 PointsWow thanks! That's all I need to know right now. :D