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+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift 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
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging 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
Development Database Design & Development Oracle SQL

Oracle SQL For Data Analysis : Truly From Basics to Advanced

RDBMS Concepts : SQL Basics : Complex SubQueries & Joins : Analytic Functions : Data Integrity : Transaction Handling
Rating: 4.3 out of 54.3 (237 ratings)
16,609 students
Created by Prashant Munshi
Last updated 1/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • SQL over Oracle 19 C version on Oracle LiveSQL platform
  • A to Z in SQL on Oracle's latest version
  • Go from an absolute beginner to an advanced SQL developer in less than 15 hours
  • RDBMS fundamentals and explanation on various terminologies for interview preparation
  • This is a complete course which does not require the students to have local installation of Oracle yet they we use the latest version of Oracle from web
  • Structure of basic query statement - Projection, Predicate and Verb
  • Use of Logical Operators - AND, OR, IN, BETWEEN, NOT, DISTINCT, LIKE
  • Various important properties of ORDER BY clause with examples
  • Deal with NULL values - IS NULL, NVL, NVL2, COALESCE
  • All forms of Sub-queries / Nested Queries - Multi-valued, Returning NULL, Set Comparison, Correlated, EXISTS operator, ANY & ALL operators
  • All forms of JOIN operations - Inner, Equijoin, Natural, Non-equijoin, Selfjoin, Outer Join operator, OUTER JOIN clause
  • GROUP BY clause concept - Group Functions MAX, MIN, SUM, AVG, COUNT - Group function tricky queries
  • Analytical / Aggregate form of Function - ROLLUP, CUBE, RANK, DENSE_RANK, DECODE vs CASE
  • SQL General Functions - Conversion, Numeric, String, Date functions - Query examples
  • Database Transaction Concepts - DML statements and forms - Rows Locking FOR UPDATE NOWAIT clause - Transaction Consistent Read SET TRANSACTION READ ONLY
  • SQL commands DELETE vs TRUNCATE - Difference and similarities
  • CREATE TABLE from scratch and copy from existing table - ALTER TABLE - Add/drop columns - Change column datatypes/widths and limitations - RENAME columns/Table
  • Constraint Metadata - Enable / Disable Constraint - Data Validation
  • Data Integrity Concepts - Data Integrity Constraints - Column / Table level constraint definitions - Referential Integrity through FOREIGN KEY constraint
  • IMMEDIATE vs DEFERRED constraints - Transaction level constraint validation.

Course content

14 sections • 56 lectures • 15h 6m total length

  • Preview02:32
  • Preview15:06
  • Preview10:15
  • Preview05:30
  • Preview06:58

  • AND Operator
    05:34
  • OR Operator
    04:28
  • Using AND & OR Together
    14:18

  • SQL operator IN
    08:04
  • SQL operator BETWEEN
    08:45

  • SQL clause DISTINCT
    08:25
  • SQL clause ORDER BY
    16:21
  • SQL UNION - MINUS - INTERSECT operators
    19:36

  • SQL clause IS NULL and IS NOT NULL
    07:18
  • SQL built in function NVL
    09:15
  • SQL built in function NVL2
    09:21
  • SQL built in function COALESCE
    09:34
  • Use of Basic Operators
    8 questions

  • Preview09:01
  • Multi-valued Subqueries
    07:42
  • Subquery Returning NULL
    18:48
  • Set Comparison Subqueries
    09:39
  • Correlated Subqueries
    11:35
  • Subquery Operator EXISTS
    11:18
  • ANY/ALL Operators
    14:57

  • SQL Inner Join Operation
    12:29
  • SQL Non-Equi Join Operation
    07:45
  • SELF JOIN operation
    09:30
  • OUTER JOIN operation
    12:55
  • OUTER JOIN clause
    08:48

  • Preview09:10
  • SQL Group Function Queries
    07:57
  • SQL Group Function Tricky Queries
    18:43
  • ROLLUP & CUBE - SQL Group Function Analytical Extensions
    09:59

  • Preview34:52
  • SQL Functions Part - 2
    33:10
  • SQL Functions Part - 3
    32:26
  • SQL Functions Part - 4
    31:46
  • SQL Functions Part - 5
    33:12

  • SQL Transactions Concepts
    25:50
  • Preview14:29
  • SQL Transaction and Isolation
    29:05
  • Concept of Consistency and Consistent Read in Database Transaction
    27:06
  • SQL Transaction Control Language
    18:52
  • SQL DELETE vs TRUNCATE vs DROP
    18:56

Requirements

  • No prior programming knowledge is required in any language. It is learn-by-doing hands-on course, so except UG level education in any branch there is no other requirement

Description

***SQL course which gained immediate popularity with the launch on UDEMY***

============================================================================

***Continuously being updated with new topics/videos***

***Added lecture SQL vs NOSQL*** > 19 Dec 2019 (under Interview Section)

***Added Interview Section*** > 15 Dec 2019

*** Added lecture Most Important SQL Queries*** > 15 Dec 2019

***Added lecture What is VIEW?*** > 15 Dec 2019

=============================================================================

You need to learn the most important and powerful language of the database world - SQL which makes your programming skills complete and enriched in just less than 20 hours of study!

If you have already wasted your time and money in hunting for a complete yet concise course in SQL through random YouTube videos or offered by inexperienced people - then you are at the right place here. This course brings step-by-step lessons in its logical series of videos to help you master the art and science of SQL. Moreover there is not even a basic knowledge of programming envisaged while designing this course.

This course has been brought by an highly experienced faculty who have had 20+ years of experience in working as Oracle developer and DBA out of which 6 years onside in USA and UK. The faculty has been working in Oracle field ranging from Oracle version 6 to the latest 19C.

This course is for everybody who likes to make career in Data Analytics, database programming, front end programming, ERP, or in general succeed as an IT professional, management people and undergraduate students of any stream. This course is covered on Oracle's LiveSQL platform available on web hence does not require any local installation of Oracle, yet the students can practice on latest version, the current is Oracle 19C. Being on web, students can learn, take notes or do practice sitting anywhere as Oracle LiveSQL is accessible on all the devices - PC, Laptops or even Mobiles.

Who this course is for:

  • Students interested in database back end programming
  • Programmers in any other front end language like Java or PHP or Python etc, must learn SQL
  • Engineering students, Computer Science students, Science / Commerce students - All pursuing UG or PG or completed with degree
  • Management people who are required to draw ad-hoc data as per requirement

Instructor

Prashant Munshi
Distinguished Database Analyst and Oracle Corporate Trainer
Prashant Munshi
  • 4.4 Instructor Rating
  • 671 Reviews
  • 47,181 Students
  • 5 Courses

I have degree in electronics and power engineering. I have more than 20 years of experience in Oracle Database Administration (DBA). Apart from onsite experience on foreign soil of about 6 years , I have been a distinguished corporate trainer and adjunct faculty in the subject of database engineering attached with various prestigious engineering colleges in Central India.

  • 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.