Oracle 1
Oracle 1
==============
We have two types of data.
1) Unstructured Data
2) Structured Data
1) Unstructured Data
---------------------
A data which is not in readable format such type of data is called unstructured.
ex:
201 Lakemba SYD NSW AUS
2) Structured Data
------------------
A data which is in readable format such type of data is called structured data.
ex:
unitno locality city state country
------ -------- ---- ----- --------
201 Lakemba SYD NSW AUS
Oracle
========
Oracle is one of the database which is used to store structured data.
Oracle
|
|-------------------------------------------------|
SQL PL/SQL
(Structured Query Language) (Procedural / Structured Query
Language)
Client/Server Architecture
==========================
Diagram: oracle1.1
In Client-Server architecture we need to see , how our data will store from
frontend to backend.
Frontend
--------
The one which is visible to the enduser to perform some operations is called
frontend.
ex:
Java, .Net, Python, Perl and etc.
Communication Channel
----------------------
Communication channel acts like a bridge between frontend and backend.
ex:
JDBC - Java Database Connectivity
PDBC - Python Database Connectivity
ODBC - Open Database Connectivity
BackEnd
-------
The one which is not visible to the enduser but it performs operations based on the
instructions given by frontend is called backend.
ex:
Oracle, MySQL, SQL Server , MongoDB, DB2 , Sybase, Teradata, NoSQL and etc.
Management System
=================
It is a software which is used to manage the database.
DBMS
=====
A database along with software which is used to manage the database is called
database management system.
RDBMS
=====
If database is created based on relational theories is called relational database
management system.
ex:
Oracle
MySQL
SQL Server
PostgreSQL
Teradata
Sybase
and etc.
DBMS RDBMS
------- -------
DBMS stands Database Management RDBMS stands for Relational
Database
System Management System.
It stores the data in the form of files. It stores the data in the form of tables.
It is designed to handle small amount of data. It is designed to handle large
amount of data.
SQL
=====
SQL stands for Structured Query Language which is pronounce as SEQUEL.
ex:
create, alter, drop , truncate and rename
2) DML (Data Manipulation Language)
------------------------------------
It is used to mainpulate the data present in database.
ex:
insert, update, delete and merge
ex:
select
ex:
grant and revoke
ex:
commit, rollback and savepoint
Table
=====
A table is an object that is used to represent the data.
A table is used to store the data inthe form of rows and columns.
ex:
No Name Add
----------------------------------------
101 | Alan | Florida
----------------------------------------
102 | Jose | Texas
----------------------------------------
103 | Ana | Vegas
----------------------------------------
Oracle
========
Version : 21c
Website : www.oracle.com/in/oracle
Port No : 1521
password : admin
Download link :
https://drive.google.com/file/d/1tBx4vH14_cF9XClgnOF6L_1kdODbHSM5/view?
usp=drive_link