Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Data Extraction Using SQL
Rating: 4.1 out of 5(39 ratings)
7,738 students

Introduction to Data Extraction Using SQL

Master the basics of querying databases using SQL - The World's most popular database language
Last updated 3/2026
English

What you'll learn

  • Install Database Server
  • Query all data in a table
  • Query data from specific table
  • Query DISTINCT Data
  • Query data with various types of operators
  • Filter data
  • Sort Data
  • Query data using aggregate function
  • Query data using table joins
  • Query data with subqueries

Course content

7 sections43 lectures4h 55m total length
  • Introduction1:40
  • What is SQL2:29
  • What is PostgreSQL1:41
  • Installation Requirements3:29
  • Download PostgreSQL3:48
  • Install PostgreSQL for Windows5:04
  • Verify Installation4:02
  • Connect to Database7:30
  • Install PostgreSQL on Macs3:15
  • Some notable companies using PostgreSQL6:17
  • Loading Sample Database9:26
  • Basic Database Concepts9:00

Requirements

  • You should have access to internet
  • You should access to a computer ,Laptop or mac

Description

This introductory beginners course will help you master the basics  of using SQL  to query and retrieve data from databases.

You will learn how to filter & sort data, customize output, & how you can query aggregated data from a database.

In this course, we will focus on ANSI(American National Standards Institute) SQL that works on

every database like Oracle, MySQL, Microsoft SQL Server,  PostgreSQL etc.


SQL has become a requirement for most database related  jobs that include:

Database Administrator -DBA , Data analyst, BI (Business Intelligence) developer, programmer, database programmer.

SQL will let you communicate with the database and work with your data.


What You will learn include:

  • Writing SQL SELECT Statements

  • Eliminating duplicate rows using DISTINCT

  • Restricting and Sorting Data

  • WHERE clause, wildcard like IN, LIKE

  • Analysing data using various SQL Operators

  • Sorting data  using ORDER BY clause

  • Using LIMIT Operator

  • Querying   Aggregated Data Using the Group Functions

  • AVG, COUNT, MIN, MAX...

  • Using GROUP BY and HAVING Clauses

  • Displaying Data From Multiple Tables

  • Analysing data Using Subqueries

  • Filtering data







Who this course is for:

  • Beginner SQL Developers
  • Beginners to SQL
  • Beginner Database Administrator