A database is a collection of organized and structured data, stored in the computer as files. Various data types like numeric, textual, image, multimedia etc., can be managed and maintained more efficiently in a database.
Often used databases (RDBMS) in most of the practical applications are Oracle, Sql Server, Informix, Teradata, DB2 etc., and in the following pages, Oracle’s data structures are used as examples to explain the relationship between data modelling and database. In order to design a data model in a proper manner, a data modeler has to know the different objects (data structures) present in a database. Also data modeler should have a sound knowledge of the data present/to be present in the database, should be able to design a data model using a data modelling tool like Erwin, and to generate DDL scripts from the Data Modelling tool.
Given below is the list of Oracle data objects and in the following pages, a brief overview is given for each of these objects.
Learn data modeling design Skills on OLTP and OLAP from a US University Professor with…
These SQL commands are related with Oracle's data dictionary and can be used to get…
important DDL Statements from Oracle like Commit, Rollback, Grant, Revoke etc..
In this section, we will try to explain about important database DROP commands that are…
In this section, we will try to explain about important database DML commands that are…
In this section, we will try to explain about important database ALTER commands that are…