Inf 202 - Dbms1
Inf 202 - Dbms1
Inf 202 - Dbms1
Introduction to Database
Oracle APEX Registration
SHEMA configuration
In this course, you will learn how to:
- work with relational databases (design and create )
- write SQL statements to extract information
- Oracle DB
ATTENDANCE
▪ Absence limit: 30%
▪ In case of Absence more that 30%, student gets F for this
course.
▪ GRADING POLICY
MIDTERM - 30/1
LAB WORKS - 30/10
FINAL PROJECT - 30/1
FINAL QUIZ - 10/1
Activity-10 bonus
https://docs.google.com/document/d/1Ae5IeJvfwIePE4CQybWcZ
SYLLABUS x2Eef9HRtcH/edit
The world is full of data…
Data is a symbolic record that describes things. It refers to information that can be identified by recording it with physical
symbols.
It includes text data composed of numbers, letters, text, and special characters, as well as multimedia data such as
graphics, animations, images and sounds.
A database(DB) is an organized and shareable collection of data stored in a computer for a long time.
The data stored in the database has three basic characteristics: permanent storage, organized and shareable.
Database management system(DBMS) : A database management system is a set of software specially used to
establish and manage a database, which is between an application system and an operating system.
Main functions :
( 1 ) Data definition : Provide data definition language ( DDL ) , define tables, views, stored procedures,
triggers, etc.
(2) Data manipulation : Provide data manipulation language (DML) to manipulate the basic data in the database,
including query, insert, delete and modify.
(3)Operation and management of the database : Ensure the security and integrity of the database, the concurrent use
of data by multiple users, and the system recovery after a failure.
Every app that we use is full of …
▪ DATA
USERS USER_FRIENDS
USERS_POSTS
ACCOUNTS
USERS
USERS_MONEY
Transactions
HOW DO THIS APPS STORE DATA?
▪ WELL THEY USE A DATABASE
▪ DB HELPS TO STORE DATA
▪ PROVIDES FUNCTIONALITY FOR ADDING, Modifying and querying data
▪ AND DOING THAT all VERY FAST
Development of data management technology
Manual management stage
Features :
(1) Data is not saved
(2) Application management data
(3) Data-oriented application
Data consistency.
High data independence.
Implement unified management and control.
Reduce the workload of application development and maintenance.
- Registration on APEX;
- Install Oracle
- Upload OEHR schema;
LAB WORK - LINK: https://docs.oracle.com/database/121/TDPAX/get_start.htm#TDPAX7029
▪ THANK YOU !