Skip to content

HKDesign

  • Courses
  • Login
HKDesign
  • Home
  • Courses
  • Digital Literacy
  • Tools for Strengthening Your Coding Literacy

Tools for Strengthening Your Coding Literacy

Curriculum

  • 1 Section
  • 10 Lessons
  • 10 Weeks
Expand all sectionsCollapse all sections
  • Lessons
    10
    • 1.1
      Introduction to HTML, CSS, and Github
    • 1.2
      Application Development Using Airtable and n8n With Minimal Coding
    • 1.3
      Web Development in WordPress
    • 1.4
      Introduction to SQL for Simple Data Analysis
    • 1.5
      Basic Python Programming I
    • 1.6
      Basic Python Programming II
    • 1.7
      Beginning JavaScript I
    • 1.8
      Beginning JavaScript II
    • 1.9
      Basic Python Web Programming in Flask I
    • 1.10
      Basic Python Web Programming in Flask II

Introduction to SQL for Simple Data Analysis

https://hkdesign.org/wp-content/uploads/2025/09/Relational_DBs_Explained.mp4

Behind every software application, web or mobile, is a database in which all the data needed for facilitating the operations of the application are stored and processed. To understand modern days software application development, the database is a must. The two major kinds of database are SQL and no-SQL databases. Here we focus on SQL as they represent the majority of databases used. For instance, MySQL and PostgreSQL.

  1. What is a relational database?
  2. Primary and foreign keys in relational database.
  3. Learn SQL using SQLite.
  4. Filter, sort, and group data using SQL commands
  5. One-to-one, one-to-many, and many-to-many relationships in SQL.

Self-study Videos

  1. Tutorial 1-What is a database (1:46 min)
  2. Tutorial 2. Table Columns and Data Types (3:09 min)
  3. Tutorial 3. References (6:03 min)
  4. Tutorial 4. How to start creating a database model (1:59 min)
  5. Primary & Foreign Keys (8:24 min)
  6. Create and Read SQLite Databases using DB Browser (11:18 min)
  7. SQL Tutorial for Beginners: Database, JOIN, WHERE, GROUP BY, HAVING, ORDER BY, LIKE, IN, BETWEEN (35:46 min)
  8. SQL JOIN tutorial 2021: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN, join more than 2 tables (20:10 min)
Web Development in WordPress
Prev
Basic Python Programming I
Next

© 2025 HKDesign - WordPress Theme by Kadence WP
Image by wal_172619 from Pixabay

  • Courses
  • Login