The Oracle Database 19c: SQL Workshop course offers students an introduction to Oracle Database 19c database technology. In this class, students learn the concepts of relational databases and the powerful SQL programming language. This course provides the essential SQL skills that allow developers to write queries against single and multiple tables, manipulate data in tables, and create database objects.
Course Objectives
Identify the major components of an Oracle Database
Retrieve row and column data from tables with the SELECT statements
Create reports of sorted and restricted data
Employee SQL functions
Who Should Attend?
Developer
Database Administrators
Outline
Retrieving Data Using the SQL SELECT Statement
Restricting and Sorting Data
Using Single-Row Functions to Customize Output
Using Conversion Functions and Conditional Expressions
Reporting Aggregated Data Using the Group Functions