learndmdwbi

DDL Scripts from a Data Model

How to create DDL Scripts from Data Model? Open the physical data model “Data_Modeling_Relationship.txl”. Click menu Model/Verify Model. A new window will be opened. Check the appropriate objects like entities, functions, packages, materialized views, relationship, synonyms, data types etc which are listed in the new window. Click “Verify” button on the bottom of the page….

Read More

Identifying and Non-Identifying Relationships

Analysis of Data and creating Tables & Relationships: Usually in a data model, Tables (Entities) looks like rectangular or square type boxes, which contains columns(attributes) and these tables are connected by lines (relationships). Identifying relationship and Non-Identifying relationship are two types of relationships. Based on cardinality, relationship are broadly classified into one to one relationship, one…

Read More

Data Modeling Development Cycle

Data Modeling Development Cycle Following are the important phases in the Data Model Development Life Cycle. Gathering Business Requirements Conceptual Data Modeling Logical Data Modeling Physical Data Modeling Development of the schema or the database Maintenance of the data model as per the changes. 1. Gathering Business Requirements – First Phase: Data Modelers have to…

Read More

Supertype and SubType

SuperType and SubType in Data Modeling: At times, few entities in a data model may share some common properties (attributes) within themselves apart from having one or more distinct attributes. Based on the attributes, these entities are categorized as Supertype and Subtype entities. Supertype is an entity type that has got relationship (parent to child…

Read More

Dimensional Data Modeling

Dimensional Data Modeling comprises of one or more dimension tables and fact tables. Good examples of dimensions are location, product, time, promotion, organization etc. Dimension tables store records related to that particular dimension and no facts (measures) are stored in these tables. For example, Product dimension table will store information about products (Product Category, Product…

Read More
error: Content is protected !!