Certificate Authentication

Oracle SQL Intermediate Certificate for Tiago Oiteiro

Add to LinkedIn

Certificate ID: 
523437
Authentication Code: 
78f1c
Certified Person Name: 
Tiago Oiteiro
Trainer Name: 
Philip Isham
Duration Days: 
2
Duration Hours: 
14
Course Name: 
Oracle SQL Intermediate
Course Date: 
10 February 2017 09:30 to 10 March 2017 16:30
Course Outline: 

Create complex queries to databases

  • Use available operators
  • Queries with multiple conditions

Creating tables and references

  • DDL commands (create, alter, and drop)
  • Create referential integrity
  • Normalization of tables (up to 3 normal form)
  • anomalies and ways to avoid them

Changes in the structure of existing tables

  • ALTER clause

Manipulation of data

  • DML commands (insert, update, delete)

Creating new users and granting permissions

  • DCL commands (grant, revoke)

Linking Tables

  • Internal and external joins

Data Aggregation

  • Features of grouping functions
  • Use the GROUP BY clause and HAVING
  • Grouping multiple column

Subqueries

  • multi-column
  • correlated
  • WITH clause