How to use SQL?

Learn to Code Today!

Learn 10x faster: coding, no-code and data skills. Join millions of users mastering new tech skills and accelerating their career with Enki.
Get started

This is part of “An intro to SQL” series of posts, with content from the Enki app. If you stumbled upon this, you can start from the beginning.

OK, now you know what SQL is, and why you need it. So how do we get started?

In terms of setup, there isn’t a universal program or app that you install. Different databases have different connection methods.

As you make progress, some of the Learn More links will show you how to connect to the different databases.

Over time, quite a few flavors¹ of SQL were created. But the American National Standards Institute (ANSI) has adopted SQL as a standard since 1986.

This means that any code written in ANSI should work with any flavor. So for the rest of this course, we’ll teach you the ANSI Standard SQL.

Now, remember the first piece of SQL code we showed you earlier?

This code retrieves all the data from the users table. It’s often used to inspect what’s inside a database.

Don’t take our word for it. You can try it out yourself. Go to the playground and press run. If you’re feeling adventurous, try writting some different commands and see what happens.

Enough talk! From the next article, things will get exciting and practical.

Pretty much all the insights from now on will teach you how to build more complicated and useful queries, and how to create your own tables.


About Enki

  • Fully personalized online up-skilling
  • Unlimited AI coaching
  • Designed by Silicon Valley experts

More articles

Meet your AI-enabled coach

Professional athletes have a coach for every aspect of their performance. Why can’t you for your work? Enki’s AI-powered coaching on-demand - combined with state of the art, structured learning content - makes this a reality.
1
1:1 AI Coaching
How do I remove duplicate emails?
Convert the list to a set and back to a list. Sets automatically remove duplicates.
2
Personalized Exercises
3
Interactive practice

Unlock full access to all skills on Enki with a 7-day free trial

Get started