Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQL Programming Basics
Rating: 4.6 out of 5(34,608 ratings)
109,363 students

SQL Programming Basics

Learn the Fundamentals of SQL Programming
Created byGlobal Academy
Last updated 4/2023
English
Arabic [Auto],Bulgarian [Auto],

What you'll learn

  • Learn the fundamentals of SQL
  • Learn how to request data from a server, limit and sort the responses, aggregate data from multiple tables

Course content

4 sections16 lectures1h 28m total length
  • Welcome1:03

    Master the core concepts of SQL and relational databases by learning to store, query, and manipulate data, create tables, select data, apply joins, and manage data editing and deletion.

  • Introduction1:32

    Learn the basics of SQL to query and modify data across databases. Explore how to retrieve information from multiple tables and build a foundation for programming or data reporting.

  • Course files2:14

    Explore the course files, including results.db and results.sql, to practice SQL with two tables—people and states—and learn how to import data into a database management system.

  • DB Browser4:33

    Learn to use db browser for SQLite to write and run SQL statements, explore a simple SQLite database offline, and view the SQL log and results.

  • Database and SQL6:29

    Learn how databases organize data into tables of fields and records, and how SQL uses statements, clauses, keywords, predicates, and expressions to query and manipulate data, ending with a semicolon.

Requirements

  • A PC or Mac

Description

SQL is a special-purpose programming language designed for managing data in a relational database, and is used by a huge number of apps and organizations.

 In this course you'll learn the core concepts of the SQL programming language. You'll learn how to use SQL to store, query, and manipulate data. 
Learn how to request data from a server, limit and sort the responses, aggregate data from multiple tables with joins, and edit and delete data. 

We'll then show you the basics of creating tables and selecting data in various different ways.  
You'll learn important concepts associated with relational databases. You will run SQL commands to create database tables and define data element types..

 By the end of this course you should have a good understanding of the SQL programming language. 

Who this course is for:

  • Anyone interested in learning SQL and Databases