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
Highest Rated
Rating: 4.6 out of 5(33,792 ratings)
107,037 students

SQL Programming Basics

Learn the Fundamentals of SQL Programming
Created byGlobal Academy
Last updated 4/2023
English

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
  • 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
  • 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