CourseVerdict

Learn SQL vs Build Responsive Real-World Websites with HTML and CSS

Same Bayesian formula, same rubric — so the difference in scores reflects the difference in the courses, not the difference in how we evaluated them.

Codecademy · Web Development

Learn SQL

4.4/ 5 · 26877 opinions
24727 positive1344 neutral806 negative/ 26877 total

Udemy (Jonas Schmedtmann) · Web Development

Build Responsive Real-World Websites with HTML and CSS

4.6/ 5 · 25 opinions
19 positive4 neutral2 negative/ 25 total

Per-criterion

Content quality4.4 / 5

Learn SQL is organised into four tightly scoped lessons — Manipulation, Queries, Aggregate Functions, and Multiple Tables — followed by five hands-on projects and four quizzes, with an estimated five hours to complete. The curriculum covers the genuine fundamentals of working with a relational database: creating and updating records, filtering and ordering result sets, computing aggregates with GROUP BY and HAVING, and joining related tables. For a complete beginner with no prior exposure to databases, this is a well-sequenced path that moves from individual statements to multi-table reasoning without overwhelming detail. The standout pedagogical feature, cited repeatedly across reviews, is the visual treatment of how data moves and combines. Multiple learners single out the animations that illustrate how rows transform during joins as the clearest explanation of that concept they had encountered, including some who had previously studied SQL at university and still preferred Codecademy's visual approach. The recurring criticism is depth. The course teaches SQL against a SQLite engine and, as one detailed blog reviewer put it, could fairly be retitled "Learn SQLite." It introduces primary and foreign keys but stops at uniqueness; it does not cover database normalisation, schema design, indexing, transactions, or window functions. Several reviewers noted topics that ended with an acknowledgement that more depth exists but would not be covered. The content is excellent for using an existing database and insufficient for designing a new one — an honest scope limitation rather than a quality failure.

Value for money4.5 / 5

The entire Learn SQL course — every lesson, project, and quiz — is free on the Basic plan. There is no paywall on the learning content itself, which over a million learners have taken. Payment is only required for a certificate of completion and Pro-exclusive features, available through Plus (around $14.99/month billed annually) or Pro (around $19.99/month billed annually), which add personalised feedback, career paths, and interview prep. For a learner whose goal is to become competent at querying data, the free tier delivers essentially the full value at zero cost — a strong proposition for a five-hour, fully interactive course. The certificate carries modest professional weight; reviewers and comparison articles broadly agree the real value is the skill gained rather than the credential, which is considered less rigorous than exam-based alternatives such as DataCamp's. The one caveat is platform-level: Codecademy's subscription scores poorly on Trustpilot (around 2.4/5), with complaints typically about billing and the upsell pressure toward Pro rather than the quality of this specific course. Learners who only want the free content should be deliberate about not auto-upgrading.

Real-world use4.3 / 5

The skills taught — selecting, filtering, aggregating, and joining data — are exactly the day-one SQL competencies expected of analysts, developers, and data-adjacent roles, and the most common positive theme is immediacy. Learners describe being able to query data "the next day" and apply the syntax directly to work tasks within the same week. Codecademy positions the course as a building block of its Data Analyst Career Path, which adds Python, statistics, and visualisation around this SQL foundation. Because the course is purely query-focused, it transfers cleanly to any relational database a learner will encounter at work — the SELECT, JOIN, and GROUP BY patterns are standard across PostgreSQL, MySQL, and SQL Server. This makes it a reliable first rung whether the end goal is data analysis, backend development, or simply being literate when reading a colleague's query. The applicability ceiling is real-world database operations beyond querying. The course does not cover connecting to a production database, performance tuning, schema design, or the operational concerns of managing data at scale. One reviewer's analogy — that learning SQL here is like fencing against a hologram, with the theory but not the live feedback — captures the gap a learner must close with their own projects after finishing.

Hands-on practice4.6 / 5

This is the course's defining strength. Every concept is taught inside Codecademy's browser-based coding environment, so learners write and run real SQL from the first lesson rather than watching video. There is nothing to install, no local database to configure, and the integrated console returns results immediately — a setup that removes the single biggest friction point that derails self-taught beginners. The five projects reinforce this. Guided projects such as "Create a Table" and the "New York Restaurants" exercise walk learners through applied scenarios, while the "Analyze Hacker News Trends" project pushes them toward more independent query writing against a realistic dataset. Reviewers consistently describe the learn-by-doing format as a "game changer" for self-study and credit it with making concepts stick far better than passive material. The trade-off, raised by more experienced learners and one forum thread, is that the sandbox can feel too forgiving: exercises sometimes surface full solutions or accept answers without the friction of debugging against a real production database. The practice is excellent for building correct mental models, but it does not replicate the messy feedback of connecting to and querying a live system.

Teaching quality4.3 / 5

Codecademy's model is interactive text instruction with inline exercises rather than a single charismatic video instructor, so "teaching quality" here means the clarity of the written lessons, the helpfulness of hints, and the pacing of exercises. On the whole this lands well: reviewers describe the explanations as touching "the essential with just enough context" and praise the gradual ramp that lets total beginners feel they "learned months in a week." The visual explanations of joins and table transformations are the most praised teaching element, repeatedly called the clearest treatment of the topic learners had seen. The embedded quizzes and immediate feedback loop keep engagement high and confirm comprehension after each lesson. Criticism centres on inconsistency in the exercise scaffolding. A minority of reviewers and forum posts found certain instructions terse or the hints unhelpful, and some exercises were felt to be padded with formatting that made them longer than the underlying concept warranted. These are isolated rough edges in an otherwise smooth and beginner-respecting teaching flow.

Content quality4.6 / 5

The curriculum covers modern HTML5, CSS Flexbox, CSS Grid, the box model, positioning, selector conflicts, and a complete seven-step professional development process (plan, sketch, design, build, test, optimize, launch). A dedicated section on web design principles — typography, color, spacing, imagery — is consistently singled out as rare among HTML/CSS courses and genuinely useful. The course was rebuilt in 2021 and updated through November 2024, keeping it current. The main structural critique is that floats are used in the major Omnifood project even though Flexbox and Grid are taught, with the modern layout systems introduced late in the course.

Instructor4.5 / 5

Jonas Schmedtmann is consistently named one of the top three Udemy instructors alongside Andrew Mead and Maximilian Schwarzmüller, with over 1.3 million total enrolled students. Learners praise his clear, structured explanations and his ability to make complex topics accessible without being superficial. As with his other courses, a minority of learners flag a deliberate, measured pacing that works best at 1.5x speed. Within HTML and CSS instruction specifically, reviewers single out his design-eye as a differentiator — he teaches how to make things look good, not just how to make them work.

Value for money4.8 / 5

Listed at $119.99 but routinely available for $9–$15 on Udemy sales. At sale price, 37.5 hours of video, 10+ coding challenges, lifetime access, and a portfolio-ready final project make this one of the strongest content-per-dollar ratios in front-end instruction. With 431,920 students enrolled and a 4.7 average across 109,000+ ratings, it carries more social proof than almost any other HTML/CSS offering on the market. One learner called it "best $20 I spent in my life." No reviewer recommends paying full price; waiting for a sale is the standard advice.

Projects4.5 / 5

The flagship project — Omnifood, a complete responsive landing page for a fictional healthy meal delivery startup — is the most-cited strength in learner testimonials. It is portfolio-ready, available live at omnifood.dev, and teaches the full development lifecycle from planning through launch. Ten additional coding challenges reinforce each concept section. The one recurring caveat is that the main project leans on floats for layout rather than demonstrating the Flexbox and Grid patterns that professionals now use day-to-day, which is an inconsistency for learners who want to build from modern foundations from the start.

Real-world use4.4 / 5

Strong real-world alignment via the design-principles section, the professional workflow walkthrough, and the guidance on sourcing free design assets (images, icons, fonts). Learners consistently report being able to apply skills immediately — multiple reviewers describe building client or work projects within days of completing sections. The course stops short of JavaScript interaction, component architecture, or modern deployment workflows, so it is a strong foundation rather than a complete job-readiness package. Most learners pair it with the same instructor's JavaScript course next.

Scoring methodology applies identically to every course on the site — see the formula.