
Explore Oracle APEX, SQL, and PL/SQL for web application development, including basics, database design with the entity relationship diagram, and building apps in a cloud environment.
Explore Oracle sql practice options, from local sql plus environments to cloud options, and learn to set up a workspace on Oracle cloud or Apex for running queries and inserts.
Explore two-table joins of employees and departments to fetch department names and locations, understand normalization and keys, and apply aggregate functions like total salary and mean commission.
Explore PL/SQL program constructs, including if-then-else, loops, and explicit cursors, to process department 30 employees by fetching records, computing salary and commissions, and printing results.
Explore the installed sample data set, including tables and views, and see how views join data from multiple tables with indexes to support reporting in the app.
Build a report in Oracle APEX using a sample dataset, create a dashboard with three charts: bar, pie, and box, to visualize project data.
Create a form in Oracle APEX and link it to a department card report, passing department numbers to prepopulate the employee form and enable adding employees via navigation between pages.
Learn to add a page item and a pre-rendering computation in Oracle APEX to display a grand total (salary plus commission) in a report via the page designer.
Create a page item validation in Oracle APEX to enforce that commission does not exceed 50% of salary, using a SQL expression (or PL/SQL block) and a custom error message.
Learn to set up a page processing email process in Oracle APEX, triggered by after insert events, configure recipients, and send emails automatically.
This course provides you will necessary details to develop web application using Oracle APEX . This course uses cloud version of Oracle APEX , hence no install required. This course is also updated with Oracle Apex latest release 23, which has inbuilt functionality for image upload (BLOB - datatype) into database table column and then retrieve in a report.
Oracle APEX is 'plug and play' application development tool to create impressive application of forms and report based tool without use of any web programming. However, for a complex application, it would require to use SQL statement or PLSQL programming through Page designer. To make learning easier, this course also provides a brief overview about SQL and PLSQL too so that learner need not look at t other source towards learning SQL, PLSQL.
This course provide in depth details about some of the critical features available with Oracle APEX to build desired web application
There are also demonstration as how sql, plsql can be used in application development in Oracle APEX in Page processing, dynamic action and even email feature of event.
•Overview about RDBMS & SQL
•What’s RDBMS
•Entity relationship diagrams
•Environment for practice
•An overview of SQLs
•DDL, DMLs.
•Overview about PL/SQL
•Code block
•Different forms of code blocks
•Demonstration.
•Oracle Application Express
•Why Oracle Apex?
•Getting access to environment
•Navigation.
•Building application using Spreadsheet and from Database.
•Page Designer
• RESTful webservices communication between APEX and external world - like IOT device.
•Learning through Sample Application & demonstrations
Additionally there are built in Quiz section to test your understanding of Oracle APEX.
Good luck and happy learning