Read this Oracle Tutorial Point article to know about Oracle Database Management System and what are different models present in oracle and how to communicate with DBMS. Database Management System is a program. This takes care of,
Data Model:
The Data model's helps in exploring ideas and improve the understanding of the database design.
Purpose of Data Model:
To produce a model that fits a multitude of uses. It should be understood by an end user. It should contain enough details for a developer to make the database system.
Relational Database Properties:
It can be accessed and modified by executing SQL(Structured Query Language) statements. It contains a collection of tables with no physical pointers. It uses a group of operators. We need not specify the route to the tables. There is no need to identify how the data is organised physically.
Communicating with RDBMS:
The Structured Query Language is used to communicate with RDBMS.
Structured Query Language:
SQL permits the user to communicate with server. It is efficient and it is easy to learn and use. It's functionally complete, by permitting the user to define, retrieve and manipulate the data.
- Storing of Information
- Retrieving of Information
- Modification of Information
- Deletion of Information
- Hierarchical
- Network
- Relational
- Object Oriented
- Object Relational
- Collection of relations or objects that stores the data.
- A set of operations that can act on the relations to produce the other relations.
- Data integrity for consistency and accuracy.
Data Model:
The Data model's helps in exploring ideas and improve the understanding of the database design.
Purpose of Data Model:
- Categorize
- Communicate
- Describe
- Specify
- Investigate
- Evolve
- Analyse
- Imitate
To produce a model that fits a multitude of uses. It should be understood by an end user. It should contain enough details for a developer to make the database system.
Relational Database Properties:
It can be accessed and modified by executing SQL(Structured Query Language) statements. It contains a collection of tables with no physical pointers. It uses a group of operators. We need not specify the route to the tables. There is no need to identify how the data is organised physically.
Communicating with RDBMS:
The Structured Query Language is used to communicate with RDBMS.
Structured Query Language:
SQL permits the user to communicate with server. It is efficient and it is easy to learn and use. It's functionally complete, by permitting the user to define, retrieve and manipulate the data.
Comments
Post a Comment