Postgresql And Oracle Sql For Beginners

Published 12/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.80 GB | Duration: 9h 1m


Learn popular SQL dialects, PostgreSQL & Oracle SQL. Learn SQL concepts & compare syntax of PostgreSQL & Oracle SQL

 

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

 

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 INSERT in PostgreSQL

 

Lecture 10 INSERT in OracleSQL

 

Lecture 11 Import data from File in PostgreSQL

 

Lecture 12 Import data from File in OracleSQL

 

Lecture 13 SELECT statement in PostgreSQL

 

Lecture 14 SELECT statement in OracleSQL

 

Lecture 15 SELECT DISTINCT in PostgreSQL

 

Lecture 16 SELECT DISTINCT in OracleSQL

 

Lecture 17 WHERE in PostgreSQL

 

Lecture 18 WHERE in OracleSQL

 

Lecture 19 Logical Operators in PostgreSQL

 

Lecture 20 Logical Operators in OracleSQL

 

Lecture 21 UPDATE in PostgreSQL

 

Lecture 22 UPDATE in OracleSQL

 

Lecture 23 DELETE in PostgreSQL

 

Lecture 24 DELETE in OracleSQL

 

Lecture 25 ALTER Part 1 in PostgreSQL

 

Lecture 26 ALTER Part 2 in PostgreSQL

 

Lecture 27 ALTER in Oracle SQL

 

Section 6: Restore and Back-up in PostgreSQL

 

Lecture 28 Restore and Back-up

 

Lecture 29 Debugging restoration issues

 

Lecture 30 Creating DB using CSV files

 

Lecture 31 Debugging summary and Code for CSV files

 

Section 7: Restore and Back-up in Oracle SQL

 

Lecture 32 Restoring and Back-up in Oracle SQL

 

Section 8: Selection commands: Filtering

 

Lecture 33 IN in PostgreSQL

 

Lecture 34 BETWEEN in PostgreSQL

 

Lecture 35 IN & BETWEEN in Oracle SQL

 

Lecture 36 LIKE in PostgreSQL

 

Lecture 37 LIKE in Oracle SQL

 

Section 9: Selection commands: Ordering

 

Lecture 38 Side Lecture: Commenting in SQL

 

Lecture 39 ORDER BY in PostgreSQL

 

Lecture 40 LIMIT in PostgreSQL

 

Lecture 41 ORDER BY & Limit in Oracle SQL

 

Section 10: Aliases

 

Lecture 42 AS in PostgreSQL

 

Lecture 43 AS in OracleSQL

 

Section 11: Aggregate Commands

 

Lecture 44 COUNT in PostgreSQL

 

Lecture 45 SUM in PostgreSQL

 

Lecture 46 AVERAGE in PostgreSQL

 

Lecture 47 MIN & MAX in PostgreSQL

 

Lecture 48 Aggregate Functions in OracleSQL

 

Section 12: Group By Commands

 

Lecture 49 GROUP BY in PostgreSQL

 

Lecture 50 HAVING in PostgreSQL

 

Lecture 51 GROUP BY & HAVING in Oracle SQL

 

Section 13: Condition Statements

 

Lecture 52 CASE WHEN in PostgreSQL

 

Lecture 53 CASE WHEN in Oracle SQL

 

Section 14: JOINS

 

Lecture 54 Introduction to Joins

 

Lecture 55 Concepts of Joining and Combining Data

 

Lecture 56 Preparing the data

 

Lecture 57 Inner Join in PostgreSQL

 

Lecture 58 Inner Join in Oracle SQL

 

Lecture 59 Left Join in PostgreSQL

 

Lecture 60 Right Join in PostgreSQL

 

Lecture 61 Full Outer Join in PostgreSQL

 

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

 

Lecture 63 Cross Join in PostgreSQL

 

Lecture 64 Cross Join in Oracle SQL

 

Lecture 65 Intersect and Intersect ALL in PostgreSQL

 

Lecture 66 Except in PostgreSQL

 

Lecture 67 Union in PostgreSQL

 

Section 15: Subqueries

 

Lecture 68 Subqueries: Subquery in WHERE clause in PostgreSQL

 

Lecture 69 Subqueries: Subquery in FROM clause in PostgreSQL

 

Lecture 70 Subqueries: Subquery in SELECT in PostgreSQL

 

Lecture 71 Subqueries in Oracle SQL

 

Section 16: Views and Indexes

 

Lecture 72 VIEWS in PostgreSQL

 

Lecture 73 VIEWS in Oracle SQL

 

Lecture 74 INDEX in PostgreSQL

 

Lecture 75 INDEX in Oracle SQL

 

Section 17: String Functions

 

Lecture 76 Length in PostgreSQL

 

Lecture 77 Length in Oracle SQL

 

Lecture 78 UPPER LOWER in PostgreSQL

 

Lecture 79 UPPER LOWER in OraleSQL

 

Lecture 80 REPLACE in PostgreSQL

 

Lecture 81 REPLACE in OracleSQL

 

Lecture 82 TRIM, LTRIM, RTRIM in PostgreSQL

 

Lecture 83 TRIM, LTRIM, RTRIM in Oracle SQL

 

Lecture 84 CONCATENATION in PostgreSQL

 

Lecture 85 CONCATENATION in Oracle SQL

 

Lecture 86 SUBSTRING in PostgreSQL

 

Lecture 87 SUBSTRING in Oracle SQL

 

Lecture 88 LIST AGGREGATION in PostgreSQL

 

Lecture 89 LIST AGGREGATION in Oracle SQL

 

Section 18: Mathematical Functions

 

Lecture 90 CEIL & FLOOR in PostgreSQL

 

Lecture 91 RANDOM in PostgreSQL

 

Lecture 92 SETSEED in PostgreSQL

 

Lecture 93 ROUND in PostgreSQL

 

Lecture 94 POWER in PostgreSQL

 

Lecture 95 Mathematical Functions in Oracle SQL

 

Section 19: Date-Time Functions

 

Lecture 96 CURRENT DATE & TIME in PostgreSQL

 

Lecture 97 AGE in PostgreSQL

 

Lecture 98 Date-Time Functions in Oracle SQL

 

Lecture 99 EXTRACT in PostgreSQL

 

Lecture 100 Extract in Oracle SQL

 

Section 20: Data Type conversion

 

Lecture 101 Data Type conversion to string in PostgreSQL

 

Lecture 102 Data Type conversion to Number and Date in PostgreSQL

 

Section 21: PATTERN (STRING) MATCHING

 

Lecture 103 PATTERN MATCHING BASICS

 

Lecture 104 Advanced pattern matching Part 1 (REGULAR EXPRESSIONS)

 

Lecture 105 Advanced pattern matching Part 2 (REGULAR EXPRESSIONS)

 

Lecture 106 Pattern matching in Oracle SQL

 

Section 22: Congratulations

 

Lecture 107 The final milestone!

 

Lecture 108 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

 

Postgresql And Oracle Sql For Beginners

https://www.filenext.com/47w3o9i7xbiq/4332364.part1.rar.html
https://www.filenext.com/5dysicio0ds7/4332364.part2.rar.html
https://www.filenext.com/4h6pd46y920s/4332364.part3.rar.html
https://www.filenext.com/rxhe4364vpyu/4332364.part4.rar.html

 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Themelli   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss