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

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
  • Connect to Oracle Database13:54
  • Basic SELECT statement50:47
  • Arithmetic expressions17:54
  • Understand the Aliases and operator26:46
  • Restricting and Sorting Data in SQL1:29:04
  • Understand the use of Functions in SQL44:44
  • Demo Single Row Functions32:11

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