PostgreSQL and Oracle SQL for beginners

Learn popular SQL dialects, PostgreSQL & Oracle SQL. Learn SQL concepts & compare syntax of PostgreSQL & Oracle SQL
PostgreSQL and Oracle SQL for beginners
File Size :
3.94 GB
Total length :
9h 33m

Category

Instructor

Start-Tech Trainings

Language

Last update

10/2023

Ratings

4.5/5

PostgreSQL and Oracle SQL for beginners

What you’ll learn

How to write SELECT queries to fetch relevant data in PostgreSQL and Oracle SQL
How to filter and sort the data using WHEN, logical operators and ORDER BY
How to group and aggregate data in PostgreSQL and Oracle SQL
How to apply joins and combining queries in PostgreSQL and Oracle SQL
String, mathematical, date-time functions and pattern matching in PostgreSQL and Oracle SQL
Understanding of VIEWS and INDEXES in PostgreSQL and Oracle SQL
How to write subqueries in PostgreSQL and Oracle SQL

PostgreSQL and Oracle SQL for beginners

Requirements

Just a PC with any web browser

Description

4 Reasons why you should choose this SQL courseCarefully designed curriculum teaching you everything in SQL that you will need for Data analysis in businessesComprehensive – covers basic and advanced SQL statements in both, PostgreSQL and Oracle SQLDownloadable resources covering essential topics on SQLYour queries on SQL and anything covered in the Masterclass will be responded by the Instructor himselfA Verifiable Certificate of Completion is presented to all students who undertake this SQL course.Why should you choose this course?This is a complete tutorial on SQL which can be completed within a weekend. SQL is the most sought after skill for Data analysis roles in all the companies. PostgreSQL and Oracle SQL are highly desired skills for database management and data analysis roles. So whether you want to start a career as a data scientist or just grow you data analysis skills, this course will cover everything you need to know to do that.What makes us qualified to teach you?The course is taught by Abhishek, Pukhraj and Nadeem. Instructors of the course have been teaching Data Science and Machine Learning for over a decade. They have an in-depth knowledge in advanced SQL, PostgreSQL, Oracle SQL, database management, and various data analysis tools available in the market.Our PromiseTeaching our students is our job and we are committed to it. If you have any questions about the course content, practice sheet or anything related to any topic, you can always post a question in the course or send us a direct message.By the end of this course, your confidence in using SQL will soar. You’ll have a thorough understanding of how to use SQL for Data analytics as a career opportunity.Go ahead and click the enroll button, and I’ll see you in lesson 1!CheersStart-Tech AcademyFAQ’sWhy learn SQL?SQL is the most universal and commonly used database language. It powers the most commonly used database engines like PostgreSQL, SQL Server, SQLite, and Oracle SQL. Simply put, If you want to access databases then yes, you need to know SQL.It is not really difficult to learn SQL. SQL is not a programming language, it’s a query language. The primary objective where SQL was created was to give the possibility to common people to get interesting data from the database. It is also an English-like language so anyone who can use English at a basic level can write SQL queries easily.SQL is one of the most sought-after skills by hiring employers.You can earn good moneyHow much time does it take to learn SQL?SQL is easy but no one can determine the learning time it takes. It totally depends on you. The method we adopted to help you learn SQL quickly starts from the basics and takes you to advanced level within hours. You can follow the same, but remember you can learn nothing without practicing it. Practice is the only way to learn SQL quickly.What’s the difference between SQL and PostgreSQL?SQL is a language. Specifically, the “Structured Query Language”PostgreSQL is one of several database systems, or RDMS (Relational Database Management System). PostgresSQL is one of several RDMS’s, others of which are Oracle, Informix, MySQL, and MSQL.All of these RDMSs use SQL as their language. Each of them has minor variations in the “dialect” of SQL that they use, but it’s all still SQL.Which is better, PostgreSQL or Oracle SQL?Both are excellent products with unique strengths, and the choice is often a matter of personal preference.PostgreSQL offers overall features for traditional database applications, it is open source and offers great support.Oracle Database has decades of experience and high levels of development expertise. It not only provides more transactions per second than PostgreSQL, but also arguably provides higher levels of security. However, many of Oracle’s security features come at an added cost. Oracle is secure and ensures that user data is not tampered with through prompt updates.Both dialects are very popular today, but PostgreSQL has gained market share recently and is trending upwards because (some have claimed) it has features more suited to today’s dynamic development requirements..Who uses these databases?Here are a few examples of companies that use PostgreSQL: Apple, BioPharm, Etsy, IMDB, Macworld, Debian, Fujitsu, Red Hat, Sun Microsystem, Cisco, Skype.Companies that use Oracle SQL: Gartner, Nike, Costco, Airbnb, eBay etc.

Overview

Section 1: Introduction

Lecture 1 Introduction

Section 2: Course Resources

Lecture 2 Course resources

Lecture 3 This is a milestone!

Section 3: Setting up PostgreSQL and PGAdmin

Lecture 4 Installing PostgreSQL and pgAdmin in your PC

Lecture 5 If pgAdmin is not opening…

Section 4: Installing Oracle SQL

Lecture 6 Installing and Setting up Oracle SQL

Section 5: Fundamental SQL statements

Lecture 7 CREATE in PostgreSQL

Lecture 8 CREATE in Oracle SQL

Lecture 9 Exercise 1: Create DB and Table

Lecture 10 Solutions to all Exercises

Lecture 11 INSERT in PostgreSQL

Lecture 12 INSERT in OracleSQL

Lecture 13 Import data from File in PostgreSQL

Lecture 14 Import data from File in OracleSQL

Lecture 15 Exercise 2: Inserting and Importing data

Lecture 16 SELECT statement in PostgreSQL

Lecture 17 SELECT statement in OracleSQL

Lecture 18 SELECT DISTINCT in PostgreSQL

Lecture 19 SELECT DISTINCT in OracleSQL

Lecture 20 WHERE in PostgreSQL

Lecture 21 WHERE in OracleSQL

Lecture 22 Logical Operators in PostgreSQL

Lecture 23 Logical Operators in OracleSQL

Lecture 24 Exercise 3: SELECT, WHERE & Logical

Lecture 25 UPDATE in PostgreSQL

Lecture 26 UPDATE in OracleSQL

Lecture 27 DELETE in PostgreSQL

Lecture 28 DELETE in OracleSQL

Lecture 29 ALTER Part 1 in PostgreSQL

Lecture 30 ALTER Part 2 in PostgreSQL

Lecture 31 ALTER in Oracle SQL

Lecture 32 Exercise 4: Update, Delete and Alter Table

Section 6: Restore and Back-up in PostgreSQL

Lecture 33 Restore and Back-up

Lecture 34 Debugging restoration issues

Lecture 35 Creating DB using CSV files

Lecture 36 Debugging summary and Code for CSV files

Lecture 37 Exercise 5: Restore and Back-up

Section 7: Creating Db using CSV files in Oracle SQL

Lecture 38 Creating DB using CSV files

Section 8: Selection commands: Filtering

Lecture 39 IN in PostgreSQL

Lecture 40 BETWEEN in PostgreSQL

Lecture 41 IN & BETWEEN in Oracle SQL

Lecture 42 LIKE in PostgreSQL

Lecture 43 LIKE in Oracle SQL

Lecture 44 Exercise 6: In, Like & Between

Section 9: Selection commands: Ordering

Lecture 45 Side Lecture: Commenting in SQL

Lecture 46 ORDER BY in PostgreSQL

Lecture 47 LIMIT in PostgreSQL

Lecture 48 ORDER BY & Limit in Oracle SQL

Lecture 49 Exercise 7: Sorting

Section 10: Aliases

Lecture 50 AS in PostgreSQL

Lecture 51 AS in OracleSQL

Section 11: Aggregate Commands

Lecture 52 COUNT in PostgreSQL

Lecture 53 SUM in PostgreSQL

Lecture 54 AVERAGE in PostgreSQL

Lecture 55 MIN & MAX in PostgreSQL

Lecture 56 Exercise 8: Aggregate functions

Lecture 57 Aggregate Functions in OracleSQL

Section 12: Group By Commands

Lecture 58 GROUP BY in PostgreSQL

Lecture 59 HAVING in PostgreSQL

Lecture 60 GROUP BY & HAVING in Oracle SQL

Lecture 61 Exercise 9: Group By

Section 13: Condition Statements

Lecture 62 CASE WHEN in PostgreSQL

Lecture 63 CASE WHEN in Oracle SQL

Section 14: JOINS

Lecture 64 Introduction to Joins

Lecture 65 Concepts of Joining and Combining Data

Lecture 66 Preparing the data

Lecture 67 Inner Join in PostgreSQL

Lecture 68 Inner Join in Oracle SQL

Lecture 69 Left Join in PostgreSQL

Lecture 70 Right Join in PostgreSQL

Lecture 71 Full Outer Join in PostgreSQL

Lecture 72 Left, Right & Full outer join in Oracle SQL

Lecture 73 Cross Join in PostgreSQL

Lecture 74 Cross Join in Oracle SQL

Lecture 75 Intersect and Intersect ALL in PostgreSQL

Lecture 76 Except in PostgreSQL

Lecture 77 Union in PostgreSQL

Lecture 78 Intersect, Except & Union in Oracle SQL

Lecture 79 Exercise 10: Joins

Section 15: Subqueries

Lecture 80 Subqueries: Subquery in WHERE clause in PostgreSQL

Lecture 81 Subqueries: Subquery in FROM clause in PostgreSQL

Lecture 82 Subqueries: Subquery in SELECT in PostgreSQL

Lecture 83 Subqueries in Oracle SQL

Lecture 84 Exercise 11: Subqueries

Section 16: Views and Indexes

Lecture 85 VIEWS in PostgreSQL

Lecture 86 VIEWS in Oracle SQL

Lecture 87 INDEX in PostgreSQL

Lecture 88 INDEX in Oracle SQL

Lecture 89 Exercise 12: Views

Section 17: String Functions

Lecture 90 Length in PostgreSQL

Lecture 91 Length in Oracle SQL

Lecture 92 UPPER LOWER in PostgreSQL

Lecture 93 UPPER LOWER in OraleSQL

Lecture 94 REPLACE in PostgreSQL

Lecture 95 REPLACE in OracleSQL

Lecture 96 TRIM, LTRIM, RTRIM in PostgreSQL

Lecture 97 TRIM, LTRIM, RTRIM in Oracle SQL

Lecture 98 CONCATENATION in PostgreSQL

Lecture 99 CONCATENATION in Oracle SQL

Lecture 100 SUBSTRING in PostgreSQL

Lecture 101 SUBSTRING in Oracle SQL

Lecture 102 LIST AGGREGATION in PostgreSQL

Lecture 103 LIST AGGREGATION in Oracle SQL

Lecture 104 Exercise 13: String Functions

Section 18: Mathematical Functions

Lecture 105 CEIL & FLOOR in PostgreSQL

Lecture 106 RANDOM in PostgreSQL

Lecture 107 SETSEED in PostgreSQL

Lecture 108 ROUND in PostgreSQL

Lecture 109 POWER in PostgreSQL

Lecture 110 Mathematical Functions in Oracle SQL

Lecture 111 Exercise 14: Mathematical Functions

Section 19: Date-Time Functions

Lecture 112 CURRENT DATE & TIME in PostgreSQL

Lecture 113 AGE in PostgreSQL

Lecture 114 Date-Time Functions in Oracle SQL

Lecture 115 EXTRACT in PostgreSQL

Lecture 116 Extract in Oracle SQL

Lecture 117 Exercise 15: Date-time functions

Section 20: Data Type conversion

Lecture 118 Data Type conversion to string in PostgreSQL

Lecture 119 Data Type conversion to Number and Date in PostgreSQL

Lecture 120 Data Type conversion in Oracle SQL

Section 21: PATTERN (STRING) MATCHING

Lecture 121 PATTERN MATCHING BASICS

Lecture 122 Advanced pattern matching Part 1 (REGULAR EXPRESSIONS)

Lecture 123 Advanced pattern matching Part 2 (REGULAR EXPRESSIONS)

Lecture 124 Pattern matching in Oracle SQL

Lecture 125 Exercise 16: Pattern Matching

Section 22: Congratulations

Lecture 126 Showcasing SQL Skills with HackerRank Stars

Lecture 127 The final milestone!

Lecture 128 Bonus Lecture

Working Professionals beginning their Data journey,Anyone curious to learn and compare both PostgreSQL and Oracle SQL,Students about to join their first corporate job

Course Information:

Udemy | English | 9h 33m | 3.94 GB
Created by: Start-Tech Trainings

You Can See More Courses in the Developer >> Greetings from CourseDown.com

New Courses

Scroll to Top