Learn4java
  • Java
    • Java SE
    • Java EE
  • DATABASE
    • Oracle/Sql
    • PL/SQL
  • Design
    • HTML
    • Java Scripts
  • How To...
Oracle/Sql Oracle+Sql ORACLE : Introduction of DATA , DATABSE & DBMS

ORACLE : Introduction of DATA , DATABSE & DBMS

Brajesh Sharma
Oracle/Sql, Oracle+Sql
02/09/2016
Welcome guys,
in this post I will tell uh  About ORACLE DATABASE
so,



Well Lets Talk About DATABASE First,

 "Database is nothing but its a organized collection of inter-related data". For Ex. University database stores data related to students,courses,faculty etc , a bank database stores data related to customers,transactions etc.

Now Lets Talk About DATABASE MANAGEMENT SYSTEM,

"Its a software that is introduced in 1970s which is used to Create & Manage Database (by performing operations )".

 So,
DBMS are categorized into following category -
  • HDBMS - Hierarchical Database Management System
  • NDBMS - Network Database Management System
  • RDBMS - Relational Database Management System
  • ORDBMS - Object Relational Database Management System
  • OODBMS - Object Oriented Database Management System
  well we are working on RDBMS now so,

i) RDBMS :-   

1.Its Introduced by E.F.Codd.
2.Introduced 12 Rules called Codd rules.
3.Interesting thing is that ORACLE supports 98% of Codd rules.
4.Codd rules Contains two part A&B but ORACLE support only 1.  

These are the Rules :-

1. Information Rule
2. Guaranteed Access Rule
3. Systematic Treatment of NULL values
4. Active Online Catalog
5. Comprehensive Data Sub-Language Rule
6. View Updating Rule
7. High-Level Insert,Update and Delete Rule
8. Physical Data Independence
9. Logical Data Independence
10. Integrity Independence
11. Distribution Independence
12. Non-Subversion Rule

so these was the rules ,well i will describe it on another post
now talking about some rules -

1. So according to rule Data must be Organized in tables (i.e Rows and Columns )  -

here,
DB = Collection of Tables
TABLE = Collection of Rows and Columns
ROWS = Set of Field Values
COLUMNS = Data Definition

2. A table must contains a Primary Key or uniquely identify records -
 
In This Table , a table is uniquely identified by a Eno ,
so Eno is Primary Key. 

 3. One table related to Another table by using Foreign Key.

 


here is a table name is Department and here D_id is a Primary key ,
so if u want to create another table related to this table than  this primary key will be a Foreign key.

 
 So this is a primary key.
---------------------------------------------------------------------------------------------------------------
Thanks Guyz,
Plzz follow us :)





 
Tweet
ORACLE : Introduction of DATA , DATABSE & DBMS Title : ORACLE : Introduction of DATA , DATABSE & DBMS
Description : Welcome guys, in this post I will tell uh  About ORACLE DATABASE so, Well Lets Talk About DATABASE First,  " Data...
Rating : 5
← Newer Post Older Post ⇒ Home

Subscribe Us..!!

 Facebook   Twitter    Youtube

Translate

Categories

Java SE Oracle/Sql How To.. HTML Java EE Java Scripts

Popular Post

  • JAVA : Introduction of Data Types
    Hy guyz welcome, Todays Post is related to Data Types in Java, Well First We going to know about Data Types  So, Data Types ...
  • How to install Apache Tomcat Server in Windows
    Hy guys , welcome to Learnforjava.. for installing Apache tomcat server in windows this is the video link -  Install Apache...
  • ORACLE : How To Install Oracle 12c
    Welcome Guys To My Blog, So you Have Worked With Oracle 10g,11g. Now Feel More Experience and More Feature with Oracle 12c. Intr...
  • ORACLE :- Introduction to Oracle
    Welcome guys, Today's post for Oracle Introduction  What  is Oracle ? Oracle Database is an object-relational database manag...
  • HTML : Web Terminology and Its Type
    Welcome to LearnForJava  Today's Topic is About the term Web Terminology So, well there is Following type of web terminology ...
  • SQL : Introduction to Sql
    SQL  ( Structured Query Language ) is a special-purpose programming language designed for managing data held in a relational dat...

Visiters

2199

Followers

Contributors

  • Brajesh Sharma
  • Unknown
  • Unknown
  • abhishek
Copyright 2016 Learn4java - All Rights Reserved