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

Clarification about SQL on a job description...

I found a really cool job I want to apply for, and under the qualifications, it says "SQL - enough to understand our schemas". What exactly are they referring to? Just trying to get some clarification.

For context: I've been teaching myself how to use SQL on this site for a while and I feel comfortable with it, but I haven't practiced in a few months. Hopefully that's why I'm not understanding their question.

1 Answer

Steven Parker
Steven Parker
229,695 Points

The "schema" is the structure of the database: the tables, kinds of data in them, and relationships between them.

They want you to know enough SQL to be able to examine the structure and use the data in it.