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 SQL Basics Finding the Data You Want Review & Practice with SQL Playgrounds

Juneau Lim
Juneau Lim
13,362 Points

What algorithm SQL uses?

I tried to Google but it was a bit vague. Is it a linear algorithm? If I have multiple conditions, does it going to be exponential or does it says linear?

And, If I need to use really complicated condition, Is there are a better way than just nesting in multiple lines? It doesn't seem like SQL has variable or function for queries, but Is there is any way to refactor it?

1 Answer

This might be an interesting read for the db used at Treehouse.

millions of reasonable algorithms?

hmmm

Juneau Lim
Juneau Lim
13,362 Points

Does it mean that SQL chooses the most suitable algorithm in the situation? I have tried to read the document but I think I understand less than 20%.