This is an associate-level course offered by Oracle. Oracle PL/SQL (Procedural Language extensions to SQL) Developer Certified Associate (JP) is not an entry-level course and is designed for IT professionals who already have experience working on Database development and design. In this course, you will learn about the basic features and functions of a database. You will also learn about the process of writing PL/SQL scripts to design and develop your database and any database-driven application. You will also be able to declare PL/SQL variables and interact with Oracle DB Server. Here, you will also learn about the process of handling exceptions, creating functions, using dynamic SQL, creating triggers, working with the database packages, and using PL/SQL compiler. You will also learn about the overview of Oracle database 12c architecture and PL/SQL scripting. You will also be able to write executable statements and control the structure of a database.
ORACLE PL/SQL DEVELOPER CERTIFIED ASSOCIATE (JP) TRAINING
Instructor
admin
- Description
- Curriculum
- FAQ
- Reviews
Prerequisites
As mentioned earlier, Oracle PL/SQL Developer Certified Associate (JP) is not an entry-level course. Hence you need to meet some prerequisites before appearing for this exam, which is mentioned below:
You need to pass the following exams
- Oracle Database 12c SQL 1Z0-071
- Oracle Database 12c: SQL Fundamentals 1Z0-06
Once you have earned the certifications for Oracle Database 12c SQL 1Z0-071 and Oracle Database 12c: SQL Fundamentals 1Z0-06, only then you can appear for the Oracle Database 11g: Program with PL/SQL 1Z0-144 exam to become an Oracle PL/SQL Developer Certified Associate (JP).
What will you gain after this course
- You can learn about the new features of Oracle PL/SQL Database Architecture.
- You will be recognized as an Oracle Database 12c: SQL Fundamentals 1Z0-06 professional.
- This certification validates your ability to work as a professional database administrator for any organization.
- You may get more job opportunities with the help of this certification.
- With this certification, you may also get the opportunity to make a bug increment in your regular earning.
Jobs you can get
with an Oracle PL/SQL Developer Certified Associate (JP)
- Oracle PL/SQL Developer
- Senior Developer (PL/SQL Oracle)
- Senior Oracle PL/SQL Database Administrator
- Database Developer (Oracle PL/SQL)
- SQL PL/SQL Developer

Select your preferred training delivery mode
[sg_popup id=”1145″ event=”click”][/sg_popup]
[sg_popup id=”1145″ event=”click”][/sg_popup]
[sg_popup id=”1145″ event=”click”][/sg_popup]
[sg_popup id=”1145″ event=”click”][/sg_popup]
[sg_popup id=”1145″ event=”click”][/sg_popup]
Relational Database concepts
<ul>
<li> Explaining the theoretical and physical aspects of a relational database</li>
<li> Relating clauses in SQL Select Statement to Components of an ERD</li>
<li> Explaining the relationship between a database and SQL</li>
</ul>
<li> Explaining the theoretical and physical aspects of a relational database</li>
<li> Relating clauses in SQL Select Statement to Components of an ERD</li>
<li> Explaining the relationship between a database and SQL</li>
</ul>
Retrieving Data using the SQL SELECT Statement
<ul>
<li> Using Column aliases</li>
<li> Using The SQL SELECT statement</li>
<li> Using concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword</li>
<li> Using Arithmetic expressions and NULL values in the SELECT statement</li>
</ul>
<li> Using Column aliases</li>
<li> Using The SQL SELECT statement</li>
<li> Using concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword</li>
<li> Using Arithmetic expressions and NULL values in the SELECT statement</li>
</ul>
Restricting and Sorting Data
<ul>
<li> Applying Rules of precedence for operators in an expression</li>
<li> Limiting Rows Returned in a SQL Statement</li>
<li> Using Substitution Variables</li>
<li> Using the DEFINE and VERIFY commands</li>
<li> Sorting Data</li>
</ul>
<li> Applying Rules of precedence for operators in an expression</li>
<li> Limiting Rows Returned in a SQL Statement</li>
<li> Using Substitution Variables</li>
<li> Using the DEFINE and VERIFY commands</li>
<li> Sorting Data</li>
</ul>
Using Single-Row Functions to Customize Output
<ul>
<li> Manipulating strings with character functions in SQL SELECT and WHERE clauses</li>
<li> Performing arithmetic with date data</li>
<li> Manipulating numbers with the ROUND, TRUNC and MOD functions</li>
<li> Manipulating dates with the date function</li>
</ul>
<li> Manipulating strings with character functions in SQL SELECT and WHERE clauses</li>
<li> Performing arithmetic with date data</li>
<li> Manipulating numbers with the ROUND, TRUNC and MOD functions</li>
<li> Manipulating dates with the date function</li>
</ul>
Using Conversion Functions and Conditional Expressions
<ul>
<li> Applying the NVL, NULLIF, and COALESCE functions to data</li>
<li> Understanding implicit and explicit data type conversion</li>
<li> Using the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions</li>
<li> Nesting multiple functions</li>
</ul>
<li> Applying the NVL, NULLIF, and COALESCE functions to data</li>
<li> Understanding implicit and explicit data type conversion</li>
<li> Using the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions</li>
<li> Nesting multiple functions</li>
</ul>
Reporting Aggregated Data Using Group Functions
<ul>
<li> Restricting Group Results</li>
<li> Creating Groups of Data</li>
<li> Using Group Functions</li>
</ul>
<li> Restricting Group Results</li>
<li> Creating Groups of Data</li>
<li> Using Group Functions</li>
</ul>
Displaying Data from Multiple Tables
<ul>
<li> Using Self-joins</li>
<li> Using Various Types of Joins</li>
<li> Using Non equijoins</li>
<li> Using OUTER joins</li>
<li> Understanding and Using Cartesian Products</li>
</ul>
<li> Using Self-joins</li>
<li> Using Various Types of Joins</li>
<li> Using Non equijoins</li>
<li> Using OUTER joins</li>
<li> Understanding and Using Cartesian Products</li>
</ul>
Using SET Operators
<ul>
<li> Matching the SELECT statements</li>
<li> Using the ORDER BY clause in set operations</li>
<li> Using The INTERSECT operator</li>
<li> Using The MINUS operator</li>
<li> Using The UNION and UNION ALL operators</li>
<li> Using Subqueries to Solve Queries</li>
<li> Using Single Row Subqueries</li>
<li> Using Multiple Row Subqueries</li>
<li> Update and delete rows using correlated subqueries</li>
</ul>
<li> Matching the SELECT statements</li>
<li> Using the ORDER BY clause in set operations</li>
<li> Using The INTERSECT operator</li>
<li> Using The MINUS operator</li>
<li> Using The UNION and UNION ALL operators</li>
<li> Using Subqueries to Solve Queries</li>
<li> Using Single Row Subqueries</li>
<li> Using Multiple Row Subqueries</li>
<li> Update and delete rows using correlated subqueries</li>
</ul>
Managing Tables using DML statements
<ul>
<li> Managing Database Transactions</li>
<li> Controlling transactions</li>
<li> Perform Insert, Update and Delete operations</li>
<li> Performing multi table Inserts</li>
<li> Performing Merge statements</li>
<li> Managing Indexes Synonyms and Sequences</li>
<li> Managing Indexes</li>
<li> Managing Synonyms</li>
<li> Managing Sequences</li>
</ul>
<li> Managing Database Transactions</li>
<li> Controlling transactions</li>
<li> Perform Insert, Update and Delete operations</li>
<li> Performing multi table Inserts</li>
<li> Performing Merge statements</li>
<li> Managing Indexes Synonyms and Sequences</li>
<li> Managing Indexes</li>
<li> Managing Synonyms</li>
<li> Managing Sequences</li>
</ul>
Use DDL to manage tables and their relationships
<ul>
<li> Describing and Working with Tables</li>
<li> Describing and Working with Columns and Data Types</li>
<li> Creating tables</li>
<li> Dropping columns and setting column UNUSED</li>
<li> Truncating tables</li>
<li> Creating and using Temporary Tables</li>
<li> Creating and using external tables</li>
<li> Managing Constraints</li>
</ul>
<li> Describing and Working with Tables</li>
<li> Describing and Working with Columns and Data Types</li>
<li> Creating tables</li>
<li> Dropping columns and setting column UNUSED</li>
<li> Truncating tables</li>
<li> Creating and using Temporary Tables</li>
<li> Creating and using external tables</li>
<li> Managing Constraints</li>
</ul>
Controlling User Access
<ul>
<li> Differentiating system privileges from object privileges</li>
<li> Granting privileges on tables</li>
<li> Distinguishing between granting privileges and roles</li>
<li> Managing Views</li>
<li> Managing Objects with Data Dictionary Views</li>
<li> Using data dictionary views</li>
</ul>
<li> Differentiating system privileges from object privileges</li>
<li> Granting privileges on tables</li>
<li> Distinguishing between granting privileges and roles</li>
<li> Managing Views</li>
<li> Managing Objects with Data Dictionary Views</li>
<li> Using data dictionary views</li>
</ul>
Managing Data in Different Time Zones
<ul>
<li> Working with CURRENT_DATE, CURRENT_TIMESTAMP,and LOCALTIMESTAMP</li>
<li> Working with INTERVAL data types</li>
</ul>
<li> Working with CURRENT_DATE, CURRENT_TIMESTAMP,and LOCALTIMESTAMP</li>
<li> Working with INTERVAL data types</li>
</ul>
Please, login to leave a review