Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Installing and Manipulating Oracle Database Using SQL
Rating: 4.2 out of 5(91 ratings)
3,226 students

Installing and Manipulating Oracle Database Using SQL

Hands-On Practical Examples
Created bySkill Tree
Last updated 3/2026
English

What you'll learn

  • Remove Data from a database
  • Add Data into a database
  • Update existing records inside a database
  • Create Report from extracted data

Course content

4 sections22 lectures1h 49m total length
  • Understanding Database Concepts1:27
  • Introduction to Oracle Database1:10
  • Understanding SQL and Its Role1:05
  • Benefits and Features of Oracle Database1:23
  • Overview of manipulating Oracle Databases with SQL2:00

Requirements

  • You should have a sample database and connection to the database.
  • Determination to learn

Description

Oracle Databases are among the most widely used in the world. You will find oracle databases in large to medium size organizations to store various types of information. This course will teach you how to install an oracle database step by step from scratch with no steps skipped. You will also be getting access to a sample schema object and database tables. But before you can access the tables in the schema it has to be unlocked. I will show you the special code used to unlock that in this course.

Once the database is installed you will need a tool to connect to it and perform data manipulation. The tool you will need to install is Oracle SQL developer developed by oracle. This is a free tool that can sometimes be tricky to install. I will show you how to install it step by step.

You will be using SQL (Structured Query Language) to talk to and give instructions to the database to perform various types of data manipulation.

This course is for those who have some very basic knowledge of database fundamentals as well as basic SQL knowledge. However the course is also easy enough for anyone who just has a basic knowledge of how to use a computer.

This format of this course is video based and the duration of the course is under 2hours long

The examples are practical hands on easy to follow and resembles a real life environment.

.What You Learn in this course:

  • How to add new data into a database
  • How to remove data from a database
  • How to update existing data in a database
  • How to get data from a database and create a report from it
  • How to Get Unique Data Values from a database

Who this course is for:

  • This course is meant for those that have a basic understanding of databases and some very basic SQL