Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learning SQL For Oracle
Rating: 4.2 out of 5(61 ratings)
568 students

Learning SQL For Oracle

A beginners guide to learning SQL for Oracle
Created byInfinite Skills
Last updated 1/2017
English
English [Auto],

What you'll learn

  • Learn about SQL for Oracle

Course content

16 sections111 lectures8h 52m total length
  • Important - Download These First - Working Files0:01
  • 0102 What Is SQL?5:31

    Understand structured query language as a standard for defining and querying relational data, with Oracle specifics and interactive tools like Oracle Apex for practicing SQL.

  • 0103 Relational Databases Explained - Part 16:51

    Explore how relational databases organize data in tables, rows, and columns, with sequel concepts like null values, views, integrity, and transactions.

  • 0104 Relational Databases Explained - Part 26:22

    Explore relational databases by tracing rows and columns, primary keys, and the system's metadata, then see how SQL uses DML, DDL, and DCL to manage data.

  • 0105 How To Query Data From A Database6:51

    Explore querying data with the select statement, project specific columns, join tables on city values, and use views to manage data with integrity, security, and transactional consistency.

  • 0106 The Difference Between SQL And PL/SQL3:58

    Clarify the difference between SQL and PL/SQL by showing SQL as a data manipulation language and PL/SQL as a procedural programming language that uses variables, cursors, and control flow.

  • 0107 Setting Up An Oracle Apex Account9:53

    Set up a free Oracle APEX account, create a workspace and schema, upload and run a sequel script in APEX, and view the results.

  • 0108 Running SQL Using Oracle Apex6:49

    Explore the Oracle apex free account, use the object browser to inspect tables like book and author, and practice running single SQL statements with proper flush-left formatting and script files.

  • 0109 Assignment 10:43

    Kick off learning sql for oracle by answering open-book questions on entities, the purpose of a primary key, and what a null value represents in assignment one.

  • 0110 Assignment 1 - Solution1:30

    Identify entities and their characteristics to model data as tables, and explain how a primary key uniquely identifies rows while null values represent unknown or not applicable data.

  • 0111 How To Access Your Working Files3:22

    Learn how to access and organize your working files for the infinite skills course, including downloading, extracting zip files, and saving them to your desktop for easy access.

Requirements

  • PC or Mac

Description

This Oracle SQL training course from Infinite Skills teaches you everything you need to know about this graphical user interface. This course is designed for the absolute beginner, meaning no prior knowledge of Oracle SQL is required.

You will start by learning about a basic SQL select statement, including how to retrieve data from a table, use mathematical and text expressions, and sort the results using column names. This course will then show you how to restrict data, join tables, and summarize data. This video tutorial will also cover data subsets, restricting data, using subqueries, and data modeling. Other topics that are covered include creating tables and manipulating data, single-row functions, creating and using views, database management, and legacy SQL techniques.

Once you have completed this computer based training course, you will be able to use Oracle SQL as your main productivity tool for development. Working files are included, allowing you to follow along with the author throughout the lessons.

Who this course is for:

  • Anyone wishing to learn about SQL for Oracle