Oracle SQL For Data Analysis : Truly From Basics to Advanced
Oracle SQL For Data Analysis : Truly From Basics to Advanced, available at $54.99, has an average rating of 4.65, with 56 lectures, based on 317 reviews, and has 16800 subscribers.
You will learn about 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. This course is ideal for individuals who are Students interested in database back end programming or Programmers in any other front end language like Java or PHP or Python etc, must learn SQL or Engineering students, Computer Science students, Science / Commerce students – All pursuing UG or PG or completed with degree or Management people who are required to draw ad-hoc data as per requirement It is particularly useful for Students interested in database back end programming or Programmers in any other front end language like Java or PHP or Python etc, must learn SQL or Engineering students, Computer Science students, Science / Commerce students – All pursuing UG or PG or completed with degree or Management people who are required to draw ad-hoc data as per requirement.
Enroll now: Oracle SQL For Data Analysis : Truly From Basics to Advanced
Summary
Title: Oracle SQL For Data Analysis : Truly From Basics to Advanced
Price: $54.99
Average Rating: 4.65
Number of Lectures: 56
Number of Published Lectures: 56
Number of Curriculum Items: 57
Number of Published Curriculum Objects: 57
Original Price: ₹7,900
Quality Status: approved
Status: Live
What You Will 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.
Who Should Attend
- 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
Target Audiences
- 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
***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.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: RDBMS Concepts
Lecture 3: Oracle LiveSQL platform setup
Lecture 4: What is SQL?
Lecture 5: Basic SELECT statement
Chapter 2: SQL Logical Operators
Lecture 1: AND Operator
Lecture 2: OR Operator
Lecture 3: Using AND & OR Together
Chapter 3: SQL operators IN and BETWEEN
Lecture 1: SQL operator IN
Lecture 2: SQL operator BETWEEN
Chapter 4: SQL Clauses DISTINCT & ORDER BY & SET Operators
Lecture 1: SQL clause DISTINCT
Lecture 2: SQL clause ORDER BY
Lecture 3: SQL UNION – MINUS – INTERSECT operators
Chapter 5: Handling of NULL values
Lecture 1: SQL clause IS NULL and IS NOT NULL
Lecture 2: SQL built in function NVL
Lecture 3: SQL built in function NVL2
Lecture 4: SQL built in function COALESCE
Chapter 6: Subquery / Nested Query Techniques
Lecture 1: Basic Sub-Query Technique
Lecture 2: Multi-valued Subqueries
Lecture 3: Subquery Returning NULL
Lecture 4: Set Comparison Subqueries
Lecture 5: Correlated Subqueries
Lecture 6: Subquery Operator EXISTS
Lecture 7: ANY/ALL Operators
Chapter 7: SQL Join Operation
Lecture 1: SQL Inner Join Operation
Lecture 2: SQL Non-Equi Join Operation
Lecture 3: SELF JOIN operation
Lecture 4: OUTER JOIN operation
Lecture 5: OUTER JOIN clause
Chapter 8: SQL standardized built-in Group Functions
Lecture 1: SQL Group Function Concepts
Lecture 2: SQL Group Function Queries
Lecture 3: SQL Group Function Tricky Queries
Lecture 4: ROLLUP & CUBE – SQL Group Function Analytical Extensions
Chapter 9: Oracle SQL General Built-in Functions
Lecture 1: SQL Functions Part – 1
Lecture 2: SQL Functions Part – 2
Lecture 3: SQL Functions Part – 3
Lecture 4: SQL Functions Part – 4
Lecture 5: SQL Functions Part – 5
Chapter 10: Transaction And DML
Lecture 1: SQL Transactions Concepts
Lecture 2: SQL DML Statements
Lecture 3: SQL Transaction and Isolation
Lecture 4: Concept of Consistency and Consistent Read in Database Transaction
Lecture 5: SQL Transaction Control Language
Lecture 6: SQL DELETE vs TRUNCATE vs DROP
Chapter 11: DDL Creating and Altering the tables
Lecture 1: SQL CREATE TABLE statement
Lecture 2: Borrow Structure and Data from Existing Table
Lecture 3: SQL Alter Table operation
Chapter 12: Data Integrity Constraints
Lecture 1: Data Integrity Concepts
Lecture 2: SQL Create and Alter Constraints
Lecture 3: Foreign Key Constraint and Referential Integrity
Chapter 13: Analytical Functions
Lecture 1: DECODE vs CASE
Lecture 2: RANK() vs DENSE_RANK()
Chapter 14: Interview Preparation
Lecture 1: Some most important queries
Lecture 2: What is a VIEW?
Lecture 3: SQL vs NOSQL
Lecture 4: SUM over multiple tables
Instructors
-
Prashant Munshi
Distinguished Database Admin & Corporate Trainer
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 10 votes
- 3 stars: 51 votes
- 4 stars: 117 votes
- 5 stars: 137 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple