Introduction To Oracle Apex
Introduction To Oracle Apex
ORACLE APEX
ICT501
Pn Marhainis Jamaludin DBMS - Oracle
Lesson Objectives
After completing this lesson, you should be able to do
the following:
Understand the goals of the course
List the features of Oracle Database
Electronic
Filing cabinet Database
spreadsheet
Relational Database Concept
Dr. E. F. Codd proposed the relational model for
database systems in 1970.
It is the basis for the relational database management
system (RDBMS).
The relational model consists of the following:
Collectionof objects or relations
Set of operators to act on the relations
Data integrity for accuracy and consistency
Definition of a Relational Database
A relational database is a collection of relations or
two-dimensional tables.
Oracle
server
… …
Using SQL to Query Your Database
Structured Query Language (SQL) is a set of statements which all programs and
users access data in a database.
SQL is efficient, easy to learn and use.
With SQL you can define, retrieve and manipulate data in the tables such as :
Query data
Oracle
server
SQL Statements
SELECT
INSERT
UPDATE
DELETE Data manipulation language (DML)
MERGE
CREATE
ALTER
DROP
Data definition language (DDL)
RENAME
TRUNCATE
COMMENT
COMMIT
ROLLBACK Transaction control
SAVEPOINT
The Human Resources (HR)Schema
(This schema will be used in ITS472)
DEPARTMENTS LOCATIONS
department_id location_id
department_name street_address
manager_id postal_code
location_id city
state_province
country_id
JOB_HISTORY
employee_id
start_date EMPLOYEES
end_date employee_id
job_id first_name
department_id last_name
email COUNTRIES
phone_number country_id
hire_date country_name
job_id region_id
salary
commission_pct
manager_id
department_id
JOBS
job_id
job_title
min_salary REGIONS
max_salary region_id
region_name
What is Oracle APEX?
It is an online oracle workspace provided by Oracle
Academy to Institutional registered to them
Each user will be provided by a workspace which is
a single database and he/she has a control of the
database.
It is an online application which can be accessed
through this URL – https:\\iacademy.oracle.com
The workspace name, username and password will
be given by your lecturer.
How to login to APEX?
Open your browser, then type in the URL
https:\\icademy.oracle.com
Given by your
lecturer
To build simple
interface for the SQL logout
database system
SQL WORKSHOP