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

Oracle Database For Beginners

Learn how to store, manipulate, query and process data in Oracle Database using SQL and PL/SQL
Last updated 8/2023
English

What you'll learn

  • Concepts of Database, how to use SQL to retrieve & manipulate data and use PL/SQL to develop program units to implement business logic and rules

Course content

6 sections29 lectures9h 8m total length
  • Introduction To Course3:00

    Topics covered:

    • What is covered in this course

    • Prerequisites for this course

    • Software used

    • Structure of the course

  • Introduction To DBMS and Oracle Database15:34

    Topics covered:

    • What is DBMS?

    • Different database models

    • Relational model terminology

    • Oracle Database  architecture

  • Installing Oracle Database 18c Express Edition (XE) on Windows14:38

    Topics covered:

    • How to download and install Oracle Database 18c XE

    • How to unlock HR account in Pluggable Database (PDB)

  • Installing SQL Developer and connecting to Oracle Database11:08

    Topics covered:

    • How to download  and install Oracle SQL Developer

    • How to create a connection to HR account in PDB

    • How to use Worksheet to write commands

Requirements

  • Working knowledge of Computers. Knowledge of programming is a plus.

Description

Learn how to use Oracle Database to store, manipulate and query data.  It takes you from fundamentals of databases to creating program units to implement business logic and rules using PL/SQL.

The following are major topics covered:

  • What is DBMS and RDBMS

  • How to get started with Oracle Database 18c XE and Oracle SQL Developer

  • How to use SQL to retrieve, manipulate and create data

  • How to group data using GROUP BY and HAVING clauses

  • How to use different types of joins to get data from multiple tables

  • How to use subquery and correlated subquery to write complex queries

  • What is a view, advantages of view and how to manipulate base table through view

  • What is index and how index improves performance

  • Implementing object-level security using object privileges

  • How to create and use regular expressions

  • Writing PL/SQL blocks to process data

  • Various control structures in PL/SQL

  • Handling exceptions

  • Explicit and Implicit cursors

  • Creating procedures and functions to implement business logic

  • Creating database triggers to implement business rules

  • Dynamic SQL and collections

Who this course is for:

  • Anyone interested in Oracle Database, SQL and PL/SQL