Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
IT & Software IT Certification PostgreSQL

Comprehensive SQL Bootcamp : Beginner to Advanced

Learn SQL from scratch and become an expert
Rating: 4.3 out of 54.3 (243 ratings)
39,105 students
Created by Bluelime Learning Solutions
Last updated 12/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Understand PostgreSQL Database Objects
  • Perform CRUD Operations
  • Creating a database using PostgreSQL GUI
  • Creating tables with PostgreSQL GUI and SQL Commands
  • Use SQL to insert records in a database
  • Use SQL to execute queries against a database
  • Use SQL to retrieve data from a database
  • Use SQL to update records in a database
  • Use SQL to delete records from a database
  • Use SQL to create stored procedures in a database
  • Use SQL to create views in a database
  • Use SQL to filter and sort data returned from a database
  • Query and eliminate duplicate records
  • Joining and querying data from multiple tables
  • Using various aggregate functions and grouping data
  • Using various Operators to query data
  • Using various Analytic Functions

Requirements

  • No prior experience required

Description

SQL is a standard language for accessing and manipulating databases.

SQL is one of the most  in-demand tech skill used across many industries.

What is SQL?

SQL stands for Structured Query Language


What Can SQL do?

  • SQL lets you access and manipulate databases

  • SQL can execute queries against a database

  • SQL can retrieve data from a database

  • SQL can insert records in a database

  • SQL can update records in a database

  • SQL can delete records from a database

  • SQL can create new databases

  • SQL can create new tables in a database

  • SQL can create stored procedures in a database

  • SQL can create views in a database

  • SQL can filter data returned from a database

  • SQL can sort data returned by a database.

  • SQL can be used to truncate and drop tables.

PostgreSQL is a powerful, open source object-relational database system.

PostgreSQL is an advanced, enterprise-class, and open-source relational database system. PostgreSQL supports both SQL (relational) and JSON (non-relational) querying.

PostgreSQL is a highly stable database backed by more than 20 years of development by the open-source community.

PostgreSQL is used as a primary database for many web applications as well as mobile and analytics applications.



What You Will Learn


  • Perform CRUD Operations

  • PostgreSQL Database Objects

  • Database Concepts

  • Creating a database using PostgreSQL GUI

  • Creating tables with PostgreSQL GUI and SQL Commands

  • Inserting Data into tables

  • Query and read data stored inside a table

  • Filter and Sort data from a table

  • Using Sub query to retrieve data

  • Updating existing data stored inside a database

  • Query and eliminate duplicate records

  • Deleting records stored inside database

  • Truncating a database table

  • Dropping a database table

  • Implementing Stored Procedure

  • Joining and querying data from multiple tables

  • Using various aggregate functions and grouping data

  • Using various Operators to query data

  • Creating views

  • Using various Analytic Functions





Who this course is for:

  • Beginners to SQL
  • Beginners to PostgreSQL

Course content

9 sections • 81 lectures • 8h 28m total length

  • Preview02:48
  • Preview02:29
  • What is PostgreSQL
    03:44
  • Database Concepts
    04:31
  • Preview08:20
  • Installing PostgreSQL on Macs
    03:15
  • Connecting to PostgreSQL
    07:30
  • Loading Sample Database
    09:26
  • CRUD Operations
    02:02

  • Server Service
    05:00
  • Databases
    03:45
  • Tables
    03:54
  • Schema
    03:46
  • Tablespace
    03:30
  • Views
    04:18
  • Functions
    04:47
  • Cast and Operators
    02:48
  • Sequences
    06:44
  • Extensions
    04:42

  • PostgreSQL Data Types
    09:48
  • Creating a database with PostgreSQL GUI
    05:40
  • Creating a table with PostgreSQL GUI
    07:48
  • Create a table with SQL
    08:40
  • Unique Constraint
    06:09
  • Inserting Data into Table
    09:36

  • Retrieving all data from a table
    05:10
  • Retrieving data from specific columns
    07:41
  • Retrieving data without duplicates
    05:00
  • Filtering data Retrieved
    06:58
  • Sorting data retrieved
    08:16
  • Using Subqueries
    08:13
  • Updating Data
    07:48
  • Eliminating Duplicates
    05:00
  • Deleting Data
    05:26
  • Truncate and Drop Table
    03:52
  • Stored Prodedures
    04:43

  • Introduction to Joins
    01:06
  • INNER Join
    10:35
  • LEFT Join
    11:17
  • FULL Outer Join
    10:21
  • CROSS Join
    06:49
  • NATURAL Join
    10:27

  • Introduction to Aggregate Functions
    02:03
  • AVG Aggregate Functions
    11:56
  • COUNT Aggregate Functions
    11:09
  • MAX Aggregate Functions
    10:59
  • MIN Aggregate Functions
    08:58
  • SUM Aggregate Functions
    06:48
  • Grouping data
    11:15
  • Having Clause
    04:11

  • Comparison Operator
    09:49
  • Between Operator
    09:06
  • NOT Between Operator
    05:33
  • LIKE Operator
    11:37
  • NOT Operator
    05:49
  • OR Operator
    06:35
  • AND Operator
    07:07
  • Combining AND | OR Operators
    08:33
  • IN Operator
    10:57
  • UNION Operator
    04:43
  • UNION ALL Operator
    03:30
  • INTERSECT Operator
    06:21
  • EXCEPT Operator
    08:57

  • Introduction to Views
    02:48
  • Benefits of using Views
    01:56
  • Creating Views
    09:07
  • Modifying and deleting views
    06:32
  • What are Updatable Views
    04:38
  • Creating Updatable Views
    08:23
  • Introduction to Materialized Views
    02:20
  • Creating Materialized Views
    09:46

  • Introduction to Analytic Functions
    05:39
  • Creating Sample Tables
    06:01
  • Using AVG as a Window Function
    04:03
  • Row Number Functions
    08:53
  • Rank Functions
    03:11
  • Dense Rank Functions
    02:53
  • First Value Function
    02:26
  • Last Function
    03:43
  • Lag Function
    02:59
  • Lead Functions
    03:19

Instructor

Bluelime Learning Solutions
Learning made simple
Bluelime Learning Solutions
  • 4.2 Instructor Rating
  • 17,256 Reviews
  • 405,535 Students
  • 221 Courses

Bluelime is UK based and creates quality easy to understand  eLearning  solutions .All our courses are 100% video based. We teach hands –on- examples  that teach real life skills .

Bluelime has engaged in various types of projects for fortune 500 companies and understands what is required to prepare students with the relevant skills they need.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.