🌐
Reddit
reddit.com › r/sql › code-academy and sql
r/SQL on Reddit: Code-academy and SQL
July 29, 2022 -

I am a college senior who is trying to hopefully break into consulting. Recently In an internship I got introduced to Microsoft access, and I loved it. I wanna learn SQL, because I think I would like it, and because it’s probably very useful and a competitive advantage. Has anyone ever tried Codecademy to learn SQL and is it any good for someone who has no experience in coding?

Top answer
1 of 5
3
Codecademy is fine for you to find out if you want to learn more SQL, go ahead and do it. Is it the best SQL course? Maybe not. You will probably read lots of opinions here with better ones. What it will show you, which is in my opinion priceless is whether you enjoy working with and structuring data. There are many use cases for SQL aside from querying but the vast majority of users today are data-literate professionals (developers, testers, data and business analysts, project and product manager who have some technical skills) who need more from their data than they are currently getting. For those needs, this is a good course. I took it 6 years ago when my own need arose and today I write SQL every day. I'm not a DBA or even a developer, but I am grateful for what I got out of the course. If you are looking to get into consulting, there is nothing wrong with learning SQL. I would however suggest that you not think of it as a competitive advantage. Plenty of people out there will also know SQL, and many of them will enjoy it. Try to figure out if you're among them first before you sign years of your professional life away.
2 of 5
3
When I first started learning sql, I used code academy. Then I started working through the hacker rank challenges (which I truly failed at for awhile & found challenging at first). Then I started using it at work. Now I use it constantly at work & work as a data analyst. Idk if it’s the best course available but I learned the basics & it was either free or inexpensive (2017, I don’t remember much)
🌐
Codecademy
codecademy.com › learn › learn-sql
Learn SQL | Codecademy
Test new skills as you learn them so you can better understand and apply new concepts. You'll also see which topics need more review and get practice recommendations to continue to improve. ... Build fluency in SQL manipulation.
Rating: 4.6 ​ - ​ 26.6K votes
Discussions

Codecademy Launched Learn SQL from Scratch!

For a moment there, I was hoping we were learning how to write SQL using Scratch . . .

More on reddit.com
🌐 r/learnprogramming
59
1019
April 28, 2018
SQL Too Easy with FULL SOLUTIONS
Seems to me that what is covered in SQL in this course is rather easy; especially if you did any of the JS or jQuery or Angular courses. Why not just give instructions and reveal the code on prompts? For example, take any exercise and instead of saying “type this” just give us the description ... More on discuss.codecademy.com
🌐 discuss.codecademy.com
0
1
March 2, 2016
So I got through codeacademy's three courses on SQL. How do I use SQL outside of the site though? And how can I use data/tables I find/want to use for queries?

As a side note, this is hilarious and highlights perfectly the issue with codeacademy type of courses.

More on reddit.com
🌐 r/learnprogramming
103
486
April 29, 2017
Are there any sites like Codecademy to learn sql?

Not exactly like codeacademy but below are few very good tools/sites

  1. GalaXQL - Downloadable app that lets you learn progressively, uses stars and galaxies as sample data (its more fun that way)

  2. SQLRU - Interactive SQL textbook. Good explanations, lets you run queries directly on different RDBMS from the site.

  3. SQL Exercises

  4. Learn SQL The hardway - I like this text book a lot. Uses sqlite for exercises.

More on reddit.com
🌐 r/SQL
25
38
February 13, 2013
People also ask

What is SQL?
SQL (Structured Query Language) is a programming language used to manage data stored in relational databases, which store structured data in tables. Its syntax is easy to read, so it's easy to pick up on even if you're completely new to programming, and it's even useful for non-technical careers.
🌐
codecademy.com
codecademy.com › learn › learn-sql
Learn SQL | Codecademy
What does SQL do?
SQL allows you to pull data from databases. It helps Data Scientists and Analysts collect and prepare data for analysis and visualization, and Marketers can use it to learn more about how different types of content perform with their audience.
🌐
codecademy.com
codecademy.com › learn › learn-sql
Learn SQL | Codecademy
What do I need to know before learning SQL?
There aren't any prerequisites to learning SQL, but it helps to be familiar with databases, Microsoft Excel, and basic programming concepts (which you can learn in our Code Foundations and Analyze Data with Microsoft Excel courses).
🌐
codecademy.com
codecademy.com › learn › learn-sql
Learn SQL | Codecademy
🌐
Quora
quora.com › How-good-can-I-become-at-SQL-with-Codeacademy
How good can I become at SQL with Codeacademy? - Quora
Answer: You got me curious enough to create a CodeAcademy account, just to take a peek. From a quick once-over, the three available SQL courses cover the theory of SQL, so in terms of “relevance”, you should be able at the end to go from “what do I want to find?” to constructing basic SQL querie...
🌐
Codecademy
codecademy.com › docs › sql
SQL | Codecademy
Learn to analyze data with SQL and prepare for technical interviews.
🌐
Codecademy
codecademy.com › learn › intro-to-sql
Intro to SQL | Codecademy
I love how Codecademy uses learning by practice and gives great challenges to help the learner to understand a new concept and subject. ... Brilliant learning experience. Very interactive. Literally a game changer if you're learning on your own. ... Learn what relational databases are, how SQL is used in RDBMS, and explore the key components like tables, keys, and relationships with examples.
Rating: 4.7 ​ - ​ 3.07K votes
🌐
LearnSQL.com
learnsql.com › blog › top-platforms-learn-sql-online-comparison
Top 3 Platforms to Learn SQL Online: A Complete Comparison | LearnSQL.com
On Codecademy, you learn SQL with textual explanations. The teachers (developers collaborating with the platform from around the world) provide you with simple descriptions of new concepts and sample code lines. After getting familiar with a new concept, you have to complete an exercise. Codecademy courses include several lessons and a review summarizing key concepts.
🌐
CareerKarma
careerkarma.com › wiki › codecademy-sql
How Good is Codecademy for Learning SQL? Wiki
Compare career training programs in tech, trades, and skilled careers. Get matched to programs based on your goals, learning style, and budget.
Find elsewhere
🌐
Codecademy
codecademy.com › learn › paths › analyze-data-with-sql
Analyze Data with SQL | Codecademy
Test new skills as you learn them so you can better understand and apply new concepts. You'll also see which topics need more review and get practice recommendations to continue to improve. ... Build fluency in SQL manipulation.
🌐
Codecademy
codecademy.com › catalog › language › sql
SQL Courses & Tutorials | Codecademy
There are many possible ways to correctly fulfill all of these requirements, and you should expect to use the internet, Codecademy, and other resources when you encounter a problem that you cannot easily solve. Note that there are hints that can assist you, but they will only provide one potential implementation. Do not worry if your project looks different from ours! ... Learn what databases are, explore different types like SQL and NoSQL, and understand key components.
🌐
Reddit
reddit.com › r/learnprogramming › codecademy launched learn sql from scratch!
r/learnprogramming on Reddit: Codecademy Launched Learn SQL from Scratch!
April 28, 2018 -

A HUGE thank you to all the peeps in this subreddit who helped out on the intensive <3 We worked nonstop over the last few months - building and iterating - aiming for nothing but the best curriculum. Projects from this course will also use datasets from real companies/organizations such as Warby Parker, Kickstarter, The Metropolitan Museum of Art, and Hacker News!

Learn SQL from Scratch - https://www.codecademy.com/pro/intensive/learn-sql-from-scratch

(also releasing!)

Programming with Python - https://www.codecademy.com/pro/intensive/programming-with-python

Data Visualization with Python - https://www.codecademy.com/pro/intensive/data-visualization-with-python

🌐
Codecademy
codecademy.com › forum_questions › 536ccc63282ae3acea001831
i'm learning sql and pl/sql,i need more real time example to work on that, give me some tips please | Codecademy
Well tutorialspoint do very good tutorials, they’ll even go through how you can setup your own pl/sql database to execute your queries in, so you can always test your expected output - http://www.tutorialspoint.com/plsql/index.htm
🌐
CourseTalk
coursetalk.com › home › providers › codecademy › learn sql
Codecademy - Learn SQL - student reviews | CourseTalk
February 6, 2017 - 1 reviews for Learn SQL online course. We live in a data-driven world now, and with all that data, people have to search through it to find insights to help inform strategy, marketing, operat...
🌐
Codecademy Forums
discuss.codecademy.com › community › feedback & requests
SQL Too Easy with FULL SOLUTIONS - Feedback & Requests - Codecademy Forums
March 2, 2016 - Seems to me that what is covered in SQL in this course is rather easy; especially if you did any of the JS or jQuery or Angular courses. Why not just give instructions and reveal the code on prompts? For example, take …
🌐
Codecademy
codecademy.com › forum_questions › 5120f984d2f91a867b003270
This course was terrible. | Codecademy
It is not the author’s fault, but rather Codecademy’s. ... I happened to catch on to that issue as well. However, that wasn’t the troubles I was having. ... In this SQL course, you'll learn how to manage large datasets and analyze real data using the standard data management language.
🌐
Lifehacker
lifehacker.com › home
Learn SQL with This Free Three-Hour Course from Codecademy | Lifehacker
June 9, 2025 - Like other Codecademy courses, you learn through interactive tutorials, building on previous exercises. You can also test your knowledge with quizzes or explore deeper with additional recommended resources. As with Khan Academy’s SQL course, this is an introductory course for those new to SQL.
🌐
Codecademy
codecademy.com › learn › learn-sql-aggregate-functions
Learn SQL: Aggregate Functions | Codecademy
I love how Codecademy uses learning by practice and gives great challenges to help the learner to understand a new concept and subject. ... Brilliant learning experience. Very interactive.
Rating: 4.5 ​ - ​ 621 votes
🌐
Shiksha
shiksha.com › home › codecademy › courses › learn sql
Learn SQL by Codecademy : Fee, Review, Duration | Shiksha Online
Learn Learn SQL course/program online & get a Certificate on course completion from Codecademy. Get fee details, duration and read reviews of Learn SQL program @ Shiksha Online.
🌐
GitHub
gist.github.com › nguyenhaison183 › c0a9119be6b8422757de64652a6b2796
Project: New York restaurant | Codecademy | Analyze data with SQL | 2. Writing Basic Queries | Queries · GitHub
Project: New York restaurant | Codecademy | Analyze data with SQL | 2. Writing Basic Queries | Queries ... This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden ...