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

General Discussion

I met a programmer that only works w/SQL...

I meet a lot of people in my current line of work. I talked to this guy for a bit. He went to college for five years, did a three year internship, and now has a job that he seems pretty content with. He works with just SQL, and a php framework(vanilla) to manage it. I have several thoughts about this.

  1. I kinda beat myself up for not learning everything in 18 months. So maybe that's an unrealistic expectation.
  2. Is it really possible to learn just SQL and get a decent job? Or was he just fortunate?

1 Answer

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

Well, first never beat yourself up for learning! Learning at any speed is a good thing :smiley:

Almost every system uses some sort of database. And while NoSQL is growing, I'd be willing to bet that it's mostly SQL that's still used today to access these systems. Big businesses with big databases need experts. So, it is possible to get a job just relating to database administration/design/optimization. But keep in mind that while SQL is the language used to retrieve information from a database (in most cases), there are plenty of other concepts revolving around relational database implementation/backup/optimization/normalization etc that are outside of SQL.

Hope this helps! :sparkles:

So I think your saying that although he portrayed himself as only doing one thing, he had to learn lots of things to actually do that one thing?

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

Very likely, yes. Now, he could have gotten very fortunate and they gave him a job where he simply types in commands to issue to the database after they have decided what they want, but I find that highly unlikely. I could be wrong though :smiley:

Thanks Jennifer.