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

Databases

Leandro Severino
Leandro Severino
12,674 Points

Is 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
STAFF
Ken Alger
Treehouse Teacher

Leandro;

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

Leandro Severino
Leandro Severino
12,674 Points

Wow thanks! That's all I need to know right now. :D

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

I 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! :sparkles:

Steven Parker
Steven Parker
231,140 Points

I agree with Jennifer. If you check online job websites for popular programming languages, SQL is still near the top.

Leandro Severino
Leandro Severino
12,674 Points

Thanks for your answer Jennifer :) Appreciate it.