Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Two SQL Database in Two Days!
Rating: 4.2 out of 5(20 ratings)
1,217 students

Two SQL Database in Two Days!

Learn SQL through PostgreSQL and Microsoft Access. Only Course which provides two SQL courses at price of one!
Created byGaurav Chauhan
Last updated 7/2020
English
English [Auto],

What you'll learn

  • Two Database Management System - PostgreSQL and Microsoft Access
  • Good Understanding of database management system concepts
  • Added Advantage in professional career towards the field of data analytics.
  • Lifetime access to lectures, E-Books and Practices files.

Course content

18 sections122 lectures9h 16m total length
  • Introduction6:43

    Explore Postgres SQL, an open source, cross-platform database with a simple, common SQL syntax. Learn its wide adoption, low total cost of ownership, and portability across Unix, macOS, and Windows.

  • Setting up PostgreSQL5:46

    Install PostgreSQL on Windows and macOS by downloading the latest installer from the PostgreSQL website or EnterpriseDB, set a memorable password, and configure port 5432 with pgAdmin.

  • *** Udemy Review Update ***0:41
  • PgAdmin 4 Overview6:42

    Explore PgAdmin 4 to manage databases, schemas, tables, and tablespaces, and learn about views, functions, and inheritance as you import the DVD rental database in the next lecture.

  • PostgreSQL - Course Files
  • Import Database in PostgreSQL4:11

    Download and unzip the DVD rental database, create the database, and restore the backup to populate its tables. Verify the data by inspecting tables and refreshing the view.

  • SELECT6:59

    Explore select syntax in SQL to specify columns, pull data from tables like customer and country, and run queries using FROM, STAR, and semicolon conventions.

  • ORDER BY5:34

    Use the order by clause to sort query results in ascending or descending order, selecting columns from a table and demonstrating with first name, last name, and customer id.

  • SELECT DISTINCT9:37

    Learn how the distinct clause removes duplicate values in a select statement, using single-column and multi-column examples, and explore how order by affects results.

  • WHERE6:07

    Learn the where clause in sql, filtering rows with =, >, <, >=, <=, !=, and, or, with case-sensitive string comparisons, using customer and payment tables.

  • LIMIT4:44

    Learn how the limit clause narrows a select result to a subset of rows, use offset to skip initial rows, and see how limit zero returns the full result set.

  • FETCH4:46

    Discover how the fetch clause compares to the limit clause in SQL, including fetch first, offset, and practical examples with select, from, and order by.

  • LIKE7:28

    Master the SQL like operator with wildcards % and _ to match strings, including patterns that start with specific letters and single-character variations, using practical customer table examples.

  • IN CLAUSE9:01

    learn how the in clause matches a value within a list, and how a Kuwaiti inside another Kuwaiti demonstrates it, with examples from rental and customer data.

  • BETWEEN AND ALIAS- AS7:24

    Explore the between operator and not between to filter data by ranges, and learn the as alias syntax to rename columns and simplify joins.

  • IS NULL5:40

    Explore null and not null in sql by building a contacts table, enforcing not null on names, and querying with is null and is not null to handle missing data.

  • JOINS INTUITION18:40

    Explore how SQL joins combine columns from multiple tables using common keys, covering inner, left, right, full outer, cross, natural, and self joins with practical examples.

  • INNER JOIN9:22

    Learn how inner joins combine matching rows from two tables, such as customers and payments, and extend to three-table joins, with practical data selection and ordering examples.

  • LEFT JOIN3:34

    Learn how the left join combines all rows from the film table with matching inventory rows, demonstrating left outer join usage and retrieving film descriptions and inventory details.

  • FULL OUTER JOIN8:13

    Explore how a full outer join returns all rows from both tables, with nulls when there is no match, as shown in the departments and employees example.

  • GROUP BY5:18

    Learn how the group by clause groups rows by a column to compute aggregates such as sum and count, and use order by to sort the results.

  • HAVING CLAUSE3:51

    Explore how the having clause filters grouped results after aggregation using group by, sum, and count. See examples where payments exceed 150 and groups with counts over 300.

  • UNION6:13

    learn how union and union all combine two queries into a single result set, with duplicate handling and column compatibility rules, demonstrated using simple sales tables.

  • Aggregate Functions - Average,Count12:45

    Explore aggregate functions such as average and count, with distinct values and inner joins. Learn about having clauses, null handling, and grouping for analytics using payment and customer tables.

  • Aggregate Functions - Min, Max and Sum15:45

    Explore how to use aggregate functions max, min, sum, greatest, and least in SQL, with practical examples on grouping, having clauses, and querying the payment and film tables.

  • Date and Time Functions18:12

    Explore date and time functions in sql, including current date, current timestamp with time zone, date_part, local time, and string-to-date conversions with to_date and to_timestamp.

  • String Functions13:19

    Explore SQL string functions, including ASCII, CHR, CONCAT and CONCAT_WS, FORMAT, and case changes with LOWER and UPPER, plus LEFT, LENGTH, POSITION, SUBSTRING, SPLIT_PART.

Requirements

  • You should have basic understanding of Computers
  • You should have Microsoft Access 2010 or higher installed on your computer

Description

  Learn how to use SQL quickly and effectively with this course with two different database management system. First we will start with PostgreSQL and then we will move to Microsoft Access.

You'll learn how to read and write complex queries to a database (PostgreSQL & Microsoft Access) using one of the most in demand skills - SQL. These skills are also applicable to any other major SQL database, such as MySQL, Microsoft SQL Server, Amazon Redshift, Oracle, and much more.

Learning SQL is one of the fastest ways to improve your career prospects as it is one of the most in demand tech skills! In this course you'll learn quickly and receive challenges and tests along the way to improve your understanding!


Who this course is for:

  • Anyone interested in learning more about SQL, PostgreSQL, or basic data analysis!

  • Anyone interested in learning Microsoft Access!
     
     

 

Who this course is for:

  • Anyone who is interested in field of data analytics
  • Anyone who wants to learn Microsoft Access 2013 to enhance their career
  • Anyone Interested in Learning PostgreSQL or SQL