Installing and Manipulating Oracle Database Using SQL

Hands-On Practical Examples

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.

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

  • Setting Up Your Database Environment –> 8 lectures • 38min.
  • Manipulating Oracle Database –> 8 lectures • 1hr 2min.

Installing and Manipulating Oracle Database Using SQL

Requirements

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