Hi, today we'll clear our concept about database, what is it and how it works.
Database:
- A computerized system which is capable to store or manipulate data.
- A system which provides to manage and convert the data into the information, normalized the data into sequence.
- Keeps the data consistent and secure from the unauthorized access of the data, provides privileges for administrator and user.
there are so many applications and frameworks being used globally.
Ex:
1- Oracle apps
2- Mysql database
3- Ms access
4- SAP
5- People Soft
and so on....
But Oracle is the one of most powerful and strong databases.........WHY?
Languages Support
many procedural and object oriented/ based languages support the Oracle Database in its performance and designing.
- PL/SQL
- SQL
- JAVA
Instance
It is a system which contains the memory as well as processes of manipulation.
Memory
It is a part of the system which holds the data or information.
Process
Process is the part of an instance which performs the actions on the query and retrieve the response to the user or admin with the help of several languages.
e.g "SQL"(Structured Query Language)
SQL Fundamentals
SQL (Structured Query Language) provides statements to the admin for the variety of the task. in the oracle databases.
Ex:
Creating, Inserting, Updating, Deleting, Altering, Replacing, Dropping etc.
SQL categories in several languages and statements.
e.g
DML (Data Manipulation Language)
DDL (Data Definition Languages)
TCS (Transaction Control Statement)
SCS (Session Control Statement)
SCS (System Control Statement)
ESS (Embedded SQL Statement)
Note: (In the next lecture we will learn about how to install oracle 11g on windows)
Database:
- A computerized system which is capable to store or manipulate data.
- A system which provides to manage and convert the data into the information, normalized the data into sequence.
- Keeps the data consistent and secure from the unauthorized access of the data, provides privileges for administrator and user.
there are so many applications and frameworks being used globally.
Ex:
1- Oracle apps
2- Mysql database
3- Ms access
4- SAP
5- People Soft
and so on....
But Oracle is the one of most powerful and strong databases.........WHY?
Languages Support
many procedural and object oriented/ based languages support the Oracle Database in its performance and designing.
- PL/SQL
- SQL
- JAVA
Instance
It is a system which contains the memory as well as processes of manipulation.
Memory
It is a part of the system which holds the data or information.
Process
Process is the part of an instance which performs the actions on the query and retrieve the response to the user or admin with the help of several languages.
e.g "SQL"(Structured Query Language)
SQL Fundamentals
SQL (Structured Query Language) provides statements to the admin for the variety of the task. in the oracle databases.
Ex:
Creating, Inserting, Updating, Deleting, Altering, Replacing, Dropping etc.
SQL categories in several languages and statements.
e.g
DML (Data Manipulation Language)
DDL (Data Definition Languages)
TCS (Transaction Control Statement)
SCS (Session Control Statement)
SCS (System Control Statement)
ESS (Embedded SQL Statement)
Note: (In the next lecture we will learn about how to install oracle 11g on windows)
Comments
Post a Comment