
Explore oracle database sql basics by mastering the select and from clause, distinct options, column expressions, and aliases; learn ddl, dml, and dcl concepts and practice with table structures.
learn how to declare variables in pl/sql, understand the four blocks (declare, begin, exception, end), differentiate anonymous vs named blocks, and print outputs with dbms_output.
Explore Oracle database cursors, comparing implicit and explicit cursors, declaring and using cursor variables in PL/SQL, opening, fetching, and closing, with parameterized queries and loop-based data retrieval.
Explore PL/SQL types by defining records and collections, declare and use type blocks, and fetch single or multiple records through anonymous blocks and packages.
Explore ddl and dml operations on vector columns in Oracle database 23c, including creating tables with vector data type, managing embeddings via json arrays, and dense versus sparse vectors.
The course is for the Oracle Database Developers - which is designed for beginner level.
Starting with SELECT, FROM, WHERE, GROUP BY, HAVING and ORDER by For Data Extraction Purpose
INSERT, UPDATE, DELETE for DML Operations
CREATE, ALTER , DROP For DDL Operations
In Procedural Language For SQL - Starting with Variable Declaration, Loops, CURSORS, API's etc are covered