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
Rating: 4.1 out of 5(13 ratings)
32 students

Oracle Database: SQL

Learn Structured Query Language (SQL)
Created byRajeev Raj
Last updated 12/2025
English
English [Auto],

What you'll learn

  • Understand the theoretical and physical aspects of a relational database
  • Understand the Oracle SQL
  • Use Oracle SQL for understand the Structured Query Language
  • Entity Relationship Model
  • Relational Database Terminology
  • Relational Database Properties

Course content

14 sections35 lectures17h 4m total length
  • Course Introduction14:41

    Learn Oracle Database SQL fundamentals from querying and sorting data to joins, subqueries, and DML/DDL, using air schema and Oracle supplied tables, with admin topics on architecture and multi-tenant CDB/PDB.

  • Connect to Oracle Database13:54

    Learn to connect to an Oracle database using SQL Developer, create a new DB connection to the HR schema in the DB training database, and explore tables and structures.

  • Basic SELECT statement50:47

    Learn how to retrieve data with the basic SQL select statement in Oracle, using the from clause and star for all columns or specific columns, and explore SQL's structure.

  • Arithmetic expressions17:54

    Learn to build arithmetic expressions in select statements, perform number and date operations, and understand derived columns like salary plus 300, while applying bodmas and handling null values.

  • Understand the Aliases and operator26:46

    Learn how column aliases rename results using as or without as, including case sensitivity with double quotes; apply arithmetic and concatenation to compute and format outputs.

  • Restricting and Sorting Data in SQL1:29:04

    Restrict and sort data in Oracle SQL using where and order by clauses. Use conditions such as equal to, in, between, like, and null; explore substitution variables.

  • Understand the use of Functions in SQL44:44

    Explore single row functions in Oracle SQL, learn how to customize output with character, number, date, and conversion functions, and master nested and general function usage.

  • Demo Single Row Functions32:11

    Explore Oracle SQL single row functions with hands-on examples of rounding and truncating numbers, and date manipulation using sysdate, date arithmetic, and RR date formats.

Requirements

  • Basic Knowledge of RDBMS

Description

The Introduction to Oracle SQL Learning Path lists the courses that help you become an Oracle Database SQL Specialist.

In this SQL course, you will learn deep-level knowledge of Structured Query Language (SQL) with Oracle Database:

  • Retrieve row and column data from tables with the SELECT statement

  • Create reports of sorted and restricted data

  • Employ SQL functions to generate and retrieve customized data

  • Run complex queries to retrieve data from multiple tables

  • Run data manipulation language (DML) statements to update data in a database

  • Run data definition language (DDL) statements to create and manage schema objects

Structured Query Language (SQL) is the set of statements with which all programs and users access data in an Oracle database. Application programs and Oracle tools often allow users access to the database without using SQL directly, but these applications in turn must use SQL when executing the user's request.


The SQL Course is for people who want to learn structure query language using Oracle databases. This course offers students an introduction to Oracle Database 12c, 18c, 19c, and 23c database technology. In this class, students learn the concepts of relational databases and the powerful SQL programming language. This course provides the essential SQL skills that allow developers to write queries against single and multiple tables, manipulate data in tables, and create database objects

Who this course is for:

  • Student who want to learn deep level SQL Language
  • Developer for understand SQL Language in deep