+34 91 904 7138
Contact us
How to register ?
Client account
Contact us
+34 91 904 7138
Contact us
How to register ?
TRAINING COURSES
OUR SOLUTIONS
CERTIFICATIONS
USEFUL INFORMATION
ABOUT ORSYS
All our training areas
Digital technologies
Management – Personal development
Business skills
How to register ?
inter-company training
In-house training courses
State-of-the-art seminars
Remote classrooms
Customised services
Educational engineering
Publisher certifications
Certification programs
Corporate services
Framework contracts and packages
Our center in Madrid
How to register ?
Overview of a training course
Sustainable development and CSR
Who are we?
Teaching method
TRAINING COURSES
>
Digital technologies
Management – Personal development
Business skills
All our training areas
How to register ?
OUR SOLUTIONS
>
CERTIFICATIONS
>
USEFUL INFORMATION
>
Corporate services
Framework contracts and packages
Our center in Madrid
How to register ?
Overview of a training course
Sustainable development and CSR
ABOUT ORSYS
>
Who are we?
Teaching method
Vous avez déjà un compte client ORSYS
Se connecter
Vous êtes nouveau chez ORSYS
Créer un compte
Vous ne souhaitez pas créer de compte
Poursuivre sans me connecter
Course : Oracle SQL
Oracle SQL
INTER
IN-HOUSE
CUSTOM
Practical course
in person or remote class
Ref.
OSL
3d
- 21h00
Price : Contact us
Download in PDF format
Share this course by email
Training at your location, our location or remotely
Ref. OSL
3d
- 21h00
Would you like to transpose this course—without changes—for your company?
Quote request
Download in PDF format
Share this course by email
A la carte training
Do you want a training course tailored to the needs of your company and its teams?
Your training will be built to measure by our experts!
Quote request
Download in PDF format
Share this course by email
en
esp
OBJECTIVES
PROGRAMME
Teaching objectives
At the end of the training, the participant will be able to:
Understand the relational model
Identify the objects of an Oracle database.
Query and classify data in a table
Work with data in database tables.
Know how to return data
Course schedule
1
Introduction
The relational model
Basic concepts: relationship (table), attributes (columns), integrity constraints.
Integrity constraints.
2
Tools
Overview of SQL*Plus.
Overview of SQL Developer.
3
Introduction to SQL.
Oracle data types.
- Creating tables.
Introduction to update instructions.
Using sequences.
Introduction to querying (SELECT).
4
Data querying
Sorting and deleting duplicates. Aliases and prefixes. Using Fetch and Offset.
Handling the NULL value. Using SQL functions.
Using pseudo-columns: ROWID and ROWNUM. Using aggregates: COUNT, SUM, AVG, etc.
Set operations: union, intersection, difference.
Nested queries: IN, EXISTS operators.
Use of joins.
External joins.
Grouping: GROUP BY and HAVING.
5
Objects of an Oracle database
Creating and deleting tables.
Integrity constraint management: primary key, uniqueness, non-nullity, CHECK, referential constraints.
Use of views.
Use of synonyms.
Data dictionary.
6
Complex SQL statements
Configuring SQL*Plus scripts.
Division and complex queries.
Update statements with nested queries.
Hierarchical queries.
Using regular expressions.