Oracle Developer Essentials: Views, Synonyms and Triggers
Offered By: Pluralsight
Course Description
Overview
This course covers the essentials of creating and using views, synonyms, sequences, and triggers in your Oracle database.
Oracle offers a variety of objects that can be used to complement the tables in your database. Views allow you to store a SQL query that defines a logical representation of data in one or more tables, allowing you to create a type of virtual table over your physical tables. Synonyms allow you to define an alternate name for almost any object in Oracle. Sequences help create unique integer values in a thread-safe manner. Triggers allow you to define a behavior when a DML statement is executed against one of your tables. Combined with the tables and indexes in your database, you will be well equipped to handle almost any situation that occurs in your database design.
Oracle offers a variety of objects that can be used to complement the tables in your database. Views allow you to store a SQL query that defines a logical representation of data in one or more tables, allowing you to create a type of virtual table over your physical tables. Synonyms allow you to define an alternate name for almost any object in Oracle. Sequences help create unique integer values in a thread-safe manner. Triggers allow you to define a behavior when a DML statement is executed against one of your tables. Combined with the tables and indexes in your database, you will be well equipped to handle almost any situation that occurs in your database design.
Syllabus
- Introduction 5mins
- Views 29mins
- Synonyms 11mins
- Sequences 17mins
- Triggers 36mins
Taught by
David Berry
Related Courses
Python from Intermediate to ExpertUdemy Learning Oracle Database 19c
LinkedIn Learning Oracle Database 12c: Backup and Recovery
LinkedIn Learning Oracle Database 12c: Basic SQL
LinkedIn Learning Oracle Database 12c: Security
LinkedIn Learning