<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: youssef jablaoui</title>
    <description>The latest articles on DEV Community by youssef jablaoui (@yojablao).</description>
    <link>https://dev.to/yojablao</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3902266%2F34700966-a5fb-4db6-8ae0-f9bcd0b4fd5f.jpeg</url>
      <title>DEV Community: youssef jablaoui</title>
      <link>https://dev.to/yojablao</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yojablao"/>
    <language>en</language>
    <item>
      <title>learning SQL with practice (sqlbolt.com)</title>
      <dc:creator>youssef jablaoui</dc:creator>
      <pubDate>Tue, 28 Apr 2026 11:27:51 +0000</pubDate>
      <link>https://dev.to/yojablao/learning-with-sql-with-practice-sqlboltcom-3e1n</link>
      <guid>https://dev.to/yojablao/learning-with-sql-with-practice-sqlboltcom-3e1n</guid>
      <description>&lt;p&gt;Learning SQL (Day 1). Keeping it practical.&lt;/p&gt;

&lt;p&gt;3 core things I learned today:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Filtering (WHERE)&lt;br&gt;
SELECT city FROM north_american_cities WHERE country = 'Canada';&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sorting (ORDER BY)&lt;br&gt;
SELECT city FROM north_american_cities ORDER BY population DESC;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Limiting results (LIMIT + OFFSET)&lt;br&gt;
SELECT city FROM north_american_cities ORDER BY population DESC LIMIT 2 OFFSET 2;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Key insight:&lt;br&gt;
SQL is not hard — translating the problem correctly is the real skill.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>database</category>
      <category>learning</category>
      <category>sql</category>
    </item>
  </channel>
</rss>
