Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Oracle Database SQL and PLSQL Basics
Rating: 4.4 out of 5(57 ratings)
228 students

Oracle Database SQL and PLSQL Basics

Oracle Database SQL and PLSQL Basics
Created bySreeram ERPTech
Last updated 7/2025
English
English [Auto],

What you'll learn

  • SQL - Structured Query Language
  • PLSQL- Procedural Language for SQL
  • Crash Course On SQL & PLSQL

Course content

8 sections37 lectures12h 39m total length
  • SELECT and FROM Clause36:40

    Explore oracle database sql basics by mastering the select and from clause, distinct options, column expressions, and aliases; learn ddl, dml, and dcl concepts and practice with table structures.

  • WHERE and ORDER BY Clause35:05

    Learn to use the where clause and order by in Oracle SQL, filtering results with comparison operators, in, like, between, and null checks, and sorting with ascending or descending orders.

  • Single Row Function48:07

    Explore single row functions in Oracle SQL and PL/SQL basics, including character, date, and conversion functions; manipulate strings, dates, and numbers with to_char and to_date.

  • Group Functions- GROUP BY , HAVING Clause14:11

    Discover group functions in Oracle, using group by and having to aggregate data; apply count, max, min, and average by department or job, then order results to identify top groups.

  • Joins26:52

    Explore how to retrieve data from multiple tables using Oracle joins, including cartesian product, equi join, non-equi join, and outer and self joins.

  • Subqueries38:46

    Explore subqueries in Oracle SQL, including scalar and multi-row subqueries, exists and not exists, correlated and non-correlated patterns, and practical update and join techniques.

  • Manipulating Data INSERT, UPDATE and DELETE28:11

    Learn how to insert, update, delete, and merge data in Oracle tables using DML, with a focus on transactions, commit and rollback, and maintaining data integrity.

Requirements

  • No

Description

The course is for the Oracle Database Developers - which is designed for beginner level.

Starting with SELECT, FROM, WHERE, GROUP BY, HAVING and ORDER by For Data Extraction Purpose

INSERT, UPDATE, DELETE for DML Operations

CREATE, ALTER , DROP For DDL Operations

In Procedural Language For SQL - Starting with Variable Declaration, Loops, CURSORS, API's etc are covered

Who this course is for:

  • Anyone interested to explore Oracle Database