SlideShare une entreprise Scribd logo
1  sur  42
November 2009 Presented by: Osman Haque,  Global Strategy & Partner Enablement Lead, Data Modeling Be a Hero with CA ERwin Modeling
Introductions 	Osman Haque 	Global Strategy & Partner Enablement Lead 	GSAT Data Modeling   	Osman leads the global sales acceleration of the ERwin product line. He has been with CA, Inc. for over 5 years working in various capacities such as senior presales consultant, SWAT, engineering services architect, and senior technology strategist. Osman is an expert in the ERwin Data Modeler family of products and comes with over 8 years of experience working with ERwin. He develops and executes the strategy needed to make ERwin successful to customers, partners, and to CA, Inc. Osman has been invited to speak at various events and technology forums, including CA World on various topics related to best practices in data modeling.   	He has a strong technical background combined with strong business acumen. He holds various degrees: Bachelor of Science in Management Information Systems from Univ. of Maryland, Executive Certificate in Business Administration from Georgetown University, Master of Science in Information Systems, and is currently completing his global MBA from the Univ. of North Carolina Kenan-Flagler School of Business partnered with 4 others international universities {Rotterdam School of Management (RSM Erasmus) in Europe, Sao Paulo FundacaoGetulio Vargas University (FGV-EAESP) in Brazil, the TEC University of Monterrey (EGADE) in Mexico, and The Chinese University of Hong Kong.}
Agenda To understand what Data Modeling is. To understand why a company needs to Data Model. To understand why the ERwin suite of product is the right solution. What’s in R7.3?
What is Database Modeling? A MODEL is a graphical representation of a complex object, system or concept clarified through textual explanation E.g. A blueprint A DATABASE MODEL is a graphical representation of a database which is depicted by using an Entity Relationship Diagram (ERD) Database Data Model (ERD)
SQL vs. Model  product_id           INTEGER NOT NULL, product_name         VARCHAR(50) NULL, product_price        NUMBER NULL); ALTER TABLE PRODUCT        ADD  ( PRIMARY KEY (product_id) ) ; CREATE TABLE DEPARTMENT ( department_id        INTEGER NOT NULL, department_name      VARCHAR(50) NULL); ALTER TABLE DEPARTMENT        ADD  ( PRIMARY KEY (department_id) ) ; CREATE TABLE EMPLOYEE (employee_id          INTEGER NOT NULL, department_id        INTEGER NOT NULL, employee_fname       VARCHAR(50) NULL, employee_lname       VARCHAR(50) NULL, employee_ssn         CHAR(9) NULL); ALTER TABLE EMPLOYEE        ADD  ( PRIMARY KEY (employee_id) ) ; CREATE TABLE CUSTOMER ( customer_id          INTEGER NOT NULL, customer_name        VARCHAR(50) NULL, customer_address     VARCHAR(150) NULL, customer_city        VARCHAR(50) NULL, customer_state       CHAR(2) NULL, customer_zip         CHAR(9) NULL); ALTER TABLE CUSTOMER        ADD  ( PRIMARY KEY (customer_id) ) ; CREATE TABLE ZORDER ( zorder_id            INTEGER NOT NULL, employee_id          INTEGER NOT NULL, customer_id          INTEGER NOT NULL, zorder_date          DATE NULL); ALTER TABLE ZORDER        ADD  ( PRIMARY KEY (zorder_id) ) ; “A picture is worth a thousand words”
Why Do You Need a Data Model? With a single graphical model, you can manage multiple databases on diverse platforms. Oracle Oracle DB2 DB2 IDMS SQL Server SAP
Why Do You Need a Data Model? Would you navigate a strange city without a map? ,[object Object],[object Object],[object Object]
Automated
Graphical
Easy-to-Use
Saves Time and Frustration
Understands & Translates multiple database “languages”
A must-have for any modern technical professional,[object Object]
What happens if we don’t Data Model? Database may be missing critical information Database development/maintenance time and cost are increased – over-budget! Poor database design – unstable system Missed project deadlines
Modeling Suite Overview
ERP Database Management & Administration Data Warehouse Center of Your Data Management Initiatives Types of Project Areas: Application Development Business Intelligence (BI) CA ERwin® Data Modeler Master Data Management (MDM)
ERwin  Import / Export  ERwin Data  Saphir  Bridge Profiler Option ERwin Data  ERwin  ERwin Data  Model  Model  Modeler Validator Navigator ERwin  ERwin  Crystal  Process  Model  Reports Modeler Manager ( Other ODBC ) CA ERwin® Modeling Components Model Manager Model Manager
CA ERwin Data Modeler Forward Engineer Design an ERD and generate code for specific target database based on the design Reverse Engineer Connect to a database catalog or read a script file and create an ERD Complete/Compare Automates complete bidirectional synchronization of models and databases Standards Out of the box model and meta data exchange
CA ERwin Model Manager Collaborative model access and persistence  Check-in/Check-out approach Models and Sub-Models (Subject Areas) Model library management Security and access management Version management and control Impact analysis and conflict resolution Global and library reporting Hosted on: MS SQL Server, Oracle or Sybase RDBMS
Introducing ERwin® Data Profiler New Product added to ERwin Modeling Family Integrates with ERwin Data Modeler Can also be used as stand-alone product Distribution agreement with Exeros (www.exeros.com) Derivative of TDWI winner of “Innovative MDM Product of the Year” 2008 Exeros Discovery Provides Cross-System Data Profiling Robust Column-level Profiling Statistics Cross-system Data Analysis Primary-Key Foreign Key Discovery Export to CA ERwin Data Modeler – linking model design with data values
CA ERwin Saphir Option Extracts and stores cryptic metadata from ERP/EAP packages such as SAP, PeopleSoft, JD Edwards and Siebel Reduces reliance expensive consultants lowering costs Ability to browse & subset metadata and export into an ERwin DM model Leverages the visualization and design capabilities of the industry leading data modeling solution
CA ERwin Data Model Validator Essential design and performance validation Valuable “Teach Me” facility User configurable Generates “fixes” for the database Works with ERwin Data Modeler models, schemas and/or databases CA ERwin Process Modeler Functional Decomposition(IDEF0), Workflow(IDEF3) and Dataflow Modeling (Gane and Sarsons DFD) Activity Based Costing Integration with CA ERwin Data Modeler CA ERwin Model Navigator Read-only access to ERwin data and process models Model analysis and metadata reporting  CA ERwin Modeling Add-ons
What’s in r7.3?
CA ERwin® Data Modeler – R7.3 Enhancements ODBC-Based Metadata Access  SQL Query Tool Crystal Reports Forward Engineering Template Editor Teradata Currency Universal File Close ERwin Bookshelf and Compiled HTML Help
CA ERwin® Data Modeler – R7.3 Changes Complete Compare New options Incremental improvements Triggers – real vs. virtual Macros – TLX and EML Database and Operating System Support New Dropped
Teradata Currency Exploitation support for v2.6.x, v12 and v13 support Forward Engineering Reverse Engineering Complete Compare Teradata-specific check model validations 12 categories of checks Almost 60 different checks CA worked directly with Teradata development Groups
ODBC-Based Metadata Access ODBC read-only driver included with base product User controlled activation and deactivation (“Tools/Options/Integrations” dialog) Compliant with ANSI 92 specifications Only query syntax (SELECT statement) supported at this time Use with any standard ODBC query/reporting capable tool e.g.,  Crystal Reports, Cognos (commercial) LogiXML, Pentaho (open-source) Excel, Access (MS Office apps) Others Current model, all ERwin Data Modeler metadata No database or repository required
SQL Query Tool Built-in, easy to use facility to query: Current  or other open model Database catalog Access to: Model objects and properties Metadata defining model objects and properties The modeling session Action Log Used to:  CREATE and SAVE queries (.QRY format) Save query results (.CSV format)
Sample Query Tool Output Query entry area Query results
Forward Engineering Template Editor Create, view modify FE template files (.FET) Review and/or print default templates Define template customizations Existing macros and new TLX scripting language supported
Template IDE
Macros “Official” introduction of Template Language (TLX) – ERwin Data Modeler’s new template/macro language for FE templates Existing macros still available and accessible via macro toolbox Domain Dictionary dialog Model Naming Options dialog Pre and Post Scripts dialog Triggers dialog etc. FE Template Editor provides access to TLX macro documentation  New technical documentation – the Template Language and Macro Reference Guide (all macros)
Universal File Close Replaces several different CLOSE dialogs in earlier versions Standardized “look-and-feel” Enhanced functionality
Universal Close Dialog Session Files
Updated Help Documentation ERwin Modeling Bookshelf Replaces “deprecated” Windows HELP Full search and indexing capability Comprehensive table of contents Easier Navigation Context sensitive HELP (<F1>)
CA ERwin Modeling Bookshelf “Clickable documentation links
Complete Compare Optimized “Three-way” merge (ERwin MM) New advanced options: Auto-Resolve Missing UDPs Display Unified Attributes Select Active Subject Area Ignore Code Comments Miscellaneous improvements: Compare only ALIGNED objects Type resolution wizard (new – replaces previous dialog box) Demand loading optimized and used for all DB Sync operations (cannot be changed) "Hide Unselected Objects“ added to the Object Selection panes Range selection functionality Type Selection filtering applied during compares "Explain" Button Added
Triggers Can create “real” trigger objects from ERwin triggers Trigger objects can be: Used in ALTER scripts Included in Complete Compare scenarios Associated with model templates New checkbox on “Model Properties/RI Defaults” dialog FE can automatically generate MISSING RI triggers RE can include “generated” triggers in process
Database and Operating System Support Added: Teradata v2.6.x, v12 and v13 Oracle 11.x Microsoft Vista  Microsoft Visual Studio 2008 Team System for Database Professionals Dropped: Ingres 2.5  Oracle 8i  Progress 8.x  SQL Server 7.0  Windows 2000
CA ERwin® Modeling Questions?
Bottom Line…. In today’s tough economy, IT resources are being asked to do more with less: More databases to manage More platforms to support Fewer people to do the work.    CA ERwin helps you face these challenges and look like a hero in their organization by: Reducing the amount of time and money spent learning to code for every platform Improving database performance through visual design Increasing data quality through standardization and reuse
Bottom Line… More Database Platforms to Support Most organizations have more than one database platform—it’s hard to be an expert in all The number of databases is growing, with more and more applications to support CA ERwin can manage multiple databases from a single, graphical design.  Fewer Staff and Resources Most organizations are cutting back on IT staff, making it difficult to manage these growing databases. Skill sets for individual databases are very specialized.  It is unrealistic  (and expensive) to have multiple experts for all platforms. CA ERwin can replace the need to have experts in every platform—by managing multiple databases from a graphical model.  

Contenu connexe

Tendances

Active Governance Across the Delta Lake with Alation
Active Governance Across the Delta Lake with AlationActive Governance Across the Delta Lake with Alation
Active Governance Across the Delta Lake with AlationDatabricks
 
Intro to databricks delta lake
 Intro to databricks delta lake Intro to databricks delta lake
Intro to databricks delta lakeMykola Zerniuk
 
Data Mesh in Azure using Cloud Scale Analytics (WAF)
Data Mesh in Azure using Cloud Scale Analytics (WAF)Data Mesh in Azure using Cloud Scale Analytics (WAF)
Data Mesh in Azure using Cloud Scale Analytics (WAF)Nathan Bijnens
 
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...Denodo
 
Zero to Snowflake Presentation
Zero to Snowflake Presentation Zero to Snowflake Presentation
Zero to Snowflake Presentation Brett VanderPlaats
 
One Data Lake, Many Uses: Enabling Multi-Tenant Analytics with Amazon EMR (AN...
One Data Lake, Many Uses: Enabling Multi-Tenant Analytics with Amazon EMR (AN...One Data Lake, Many Uses: Enabling Multi-Tenant Analytics with Amazon EMR (AN...
One Data Lake, Many Uses: Enabling Multi-Tenant Analytics with Amazon EMR (AN...Amazon Web Services
 
1. informatica power center architecture
1. informatica power center architecture1. informatica power center architecture
1. informatica power center architectureMuhammad Salah ElOkda
 
Data Governance and Metadata Management
Data Governance and Metadata ManagementData Governance and Metadata Management
Data Governance and Metadata Management DATAVERSITY
 
DAS Slides: Master Data Management — Aligning Data, Process, and Governance
DAS Slides: Master Data Management — Aligning Data, Process, and GovernanceDAS Slides: Master Data Management — Aligning Data, Process, and Governance
DAS Slides: Master Data Management — Aligning Data, Process, and GovernanceDATAVERSITY
 
Data weekender4.2 azure purview erwin de kreuk
Data weekender4.2  azure purview erwin de kreukData weekender4.2  azure purview erwin de kreuk
Data weekender4.2 azure purview erwin de kreukErwin de Kreuk
 
Data Catalog as the Platform for Data Intelligence
Data Catalog as the Platform for Data IntelligenceData Catalog as the Platform for Data Intelligence
Data Catalog as the Platform for Data IntelligenceAlation
 
Emerging Trends in Data Architecture – What’s the Next Big Thing
Emerging Trends in Data Architecture – What’s the Next Big ThingEmerging Trends in Data Architecture – What’s the Next Big Thing
Emerging Trends in Data Architecture – What’s the Next Big ThingDATAVERSITY
 
Microsoft Azure Data Factory Hands-On Lab Overview Slides
Microsoft Azure Data Factory Hands-On Lab Overview SlidesMicrosoft Azure Data Factory Hands-On Lab Overview Slides
Microsoft Azure Data Factory Hands-On Lab Overview SlidesMark Kromer
 
How to Build & Sustain a Data Governance Operating Model
How to Build & Sustain a Data Governance Operating Model How to Build & Sustain a Data Governance Operating Model
How to Build & Sustain a Data Governance Operating Model DATUM LLC
 
Data Lake Overview
Data Lake OverviewData Lake Overview
Data Lake OverviewJames Serra
 
Five Things to Consider About Data Mesh and Data Governance
Five Things to Consider About Data Mesh and Data GovernanceFive Things to Consider About Data Mesh and Data Governance
Five Things to Consider About Data Mesh and Data GovernanceDATAVERSITY
 
Azure data platform overview
Azure data platform overviewAzure data platform overview
Azure data platform overviewJames Serra
 
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...DATAVERSITY
 

Tendances (20)

Active Governance Across the Delta Lake with Alation
Active Governance Across the Delta Lake with AlationActive Governance Across the Delta Lake with Alation
Active Governance Across the Delta Lake with Alation
 
Intro to databricks delta lake
 Intro to databricks delta lake Intro to databricks delta lake
Intro to databricks delta lake
 
Data Mesh in Azure using Cloud Scale Analytics (WAF)
Data Mesh in Azure using Cloud Scale Analytics (WAF)Data Mesh in Azure using Cloud Scale Analytics (WAF)
Data Mesh in Azure using Cloud Scale Analytics (WAF)
 
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...
Denodo Data Virtualization Platform: Overview (session 1 from Architect to Ar...
 
Zero to Snowflake Presentation
Zero to Snowflake Presentation Zero to Snowflake Presentation
Zero to Snowflake Presentation
 
One Data Lake, Many Uses: Enabling Multi-Tenant Analytics with Amazon EMR (AN...
One Data Lake, Many Uses: Enabling Multi-Tenant Analytics with Amazon EMR (AN...One Data Lake, Many Uses: Enabling Multi-Tenant Analytics with Amazon EMR (AN...
One Data Lake, Many Uses: Enabling Multi-Tenant Analytics with Amazon EMR (AN...
 
1. informatica power center architecture
1. informatica power center architecture1. informatica power center architecture
1. informatica power center architecture
 
Data Governance and Metadata Management
Data Governance and Metadata ManagementData Governance and Metadata Management
Data Governance and Metadata Management
 
DAS Slides: Master Data Management — Aligning Data, Process, and Governance
DAS Slides: Master Data Management — Aligning Data, Process, and GovernanceDAS Slides: Master Data Management — Aligning Data, Process, and Governance
DAS Slides: Master Data Management — Aligning Data, Process, and Governance
 
Data weekender4.2 azure purview erwin de kreuk
Data weekender4.2  azure purview erwin de kreukData weekender4.2  azure purview erwin de kreuk
Data weekender4.2 azure purview erwin de kreuk
 
Data Catalog as the Platform for Data Intelligence
Data Catalog as the Platform for Data IntelligenceData Catalog as the Platform for Data Intelligence
Data Catalog as the Platform for Data Intelligence
 
Emerging Trends in Data Architecture – What’s the Next Big Thing
Emerging Trends in Data Architecture – What’s the Next Big ThingEmerging Trends in Data Architecture – What’s the Next Big Thing
Emerging Trends in Data Architecture – What’s the Next Big Thing
 
Microsoft Azure Data Factory Hands-On Lab Overview Slides
Microsoft Azure Data Factory Hands-On Lab Overview SlidesMicrosoft Azure Data Factory Hands-On Lab Overview Slides
Microsoft Azure Data Factory Hands-On Lab Overview Slides
 
How to Build & Sustain a Data Governance Operating Model
How to Build & Sustain a Data Governance Operating Model How to Build & Sustain a Data Governance Operating Model
How to Build & Sustain a Data Governance Operating Model
 
Data Lake Overview
Data Lake OverviewData Lake Overview
Data Lake Overview
 
Five Things to Consider About Data Mesh and Data Governance
Five Things to Consider About Data Mesh and Data GovernanceFive Things to Consider About Data Mesh and Data Governance
Five Things to Consider About Data Mesh and Data Governance
 
Data Sharing with Snowflake
Data Sharing with SnowflakeData Sharing with Snowflake
Data Sharing with Snowflake
 
Azure data platform overview
Azure data platform overviewAzure data platform overview
Azure data platform overview
 
Tableau Suite Analysis
Tableau Suite Analysis Tableau Suite Analysis
Tableau Suite Analysis
 
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
 

En vedette

Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...ERwin Modeling
 
Ernesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_ModelingErnesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_ModelingErnesto Arce Jr.
 
Data modeling for the business 09282010
Data modeling for the business  09282010Data modeling for the business  09282010
Data modeling for the business 09282010ERwin Modeling
 
Sybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs ErwinSybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs ErwinSybase Türkiye
 
Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010ERwin Modeling
 
Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010ERwin Modeling
 
Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010ERwin Modeling
 
Creating enterprise standards 09302010
Creating enterprise standards 09302010Creating enterprise standards 09302010
Creating enterprise standards 09302010ERwin Modeling
 
Cust experience a practical guide 09152010
Cust experience a practical guide 09152010Cust experience a practical guide 09152010
Cust experience a practical guide 09152010ERwin Modeling
 
Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010ERwin Modeling
 
Importance of data model
Importance of data modelImportance of data model
Importance of data modelyhen06
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbmsNaresh Kumar
 
Data Modeling PPT
Data Modeling PPTData Modeling PPT
Data Modeling PPTTrinath
 

En vedette (20)

Nagendra Resume
Nagendra ResumeNagendra Resume
Nagendra Resume
 
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
 
Ernesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_ModelingErnesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_Modeling
 
Data modeling for the business 09282010
Data modeling for the business  09282010Data modeling for the business  09282010
Data modeling for the business 09282010
 
Sybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs ErwinSybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs Erwin
 
Lançamento ERwin 08/02
Lançamento ERwin 08/02Lançamento ERwin 08/02
Lançamento ERwin 08/02
 
Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010
 
Rm006sn ca world2010
Rm006sn ca world2010Rm006sn ca world2010
Rm006sn ca world2010
 
Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010
 
Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010
 
Creating enterprise standards 09302010
Creating enterprise standards 09302010Creating enterprise standards 09302010
Creating enterprise standards 09302010
 
Cust experience a practical guide 09152010
Cust experience a practical guide 09152010Cust experience a practical guide 09152010
Cust experience a practical guide 09152010
 
Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010
 
Importance of data model
Importance of data modelImportance of data model
Importance of data model
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbms
 
rm006sn (2)
rm006sn (2)rm006sn (2)
rm006sn (2)
 
Different data models
Different data modelsDifferent data models
Different data models
 
Dbms models
Dbms modelsDbms models
Dbms models
 
Data models
Data modelsData models
Data models
 
Data Modeling PPT
Data Modeling PPTData Modeling PPT
Data Modeling PPT
 

Similaire à CA ERwin Data Modeler End User Presentation

Data Access Tech Ed India
Data Access   Tech Ed IndiaData Access   Tech Ed India
Data Access Tech Ed Indiarsnarayanan
 
Data Mining for Developers
Data Mining for DevelopersData Mining for Developers
Data Mining for Developersllangit
 
Be a database professional
Be a database professionalBe a database professional
Be a database professionalSayed Ahmed
 
Be a database professional
Be a database professionalBe a database professional
Be a database professionalSayed Ahmed
 
Data modeling star schema
Data modeling star schemaData modeling star schema
Data modeling star schemaSayed Ahmed
 
OFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAININGOFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAININGsatish_kumar646
 
CV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .NetCV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .NetSham Sunder
 
Ashish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_AnalystAshish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_AnalystAshish Maheshwari
 
Offshore Recruiting Training Material
Offshore Recruiting Training MaterialOffshore Recruiting Training Material
Offshore Recruiting Training Materialjohnpaka
 
What’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningWhat’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningDatabricks
 
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and SparkVital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and SparkVital.AI
 
Sujit lead plsql
Sujit lead plsqlSujit lead plsql
Sujit lead plsqlSujit Jha
 
Data science | What is Data science
Data science | What is Data scienceData science | What is Data science
Data science | What is Data scienceShilpaKrishna6
 
Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Itay Braun
 
Resume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - IndResume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - IndAbhishek Ray
 

Similaire à CA ERwin Data Modeler End User Presentation (20)

Data Access Tech Ed India
Data Access   Tech Ed IndiaData Access   Tech Ed India
Data Access Tech Ed India
 
Data Mining for Developers
Data Mining for DevelopersData Mining for Developers
Data Mining for Developers
 
DP-900.pdf
DP-900.pdfDP-900.pdf
DP-900.pdf
 
Introducing Oslo
Introducing OsloIntroducing Oslo
Introducing Oslo
 
Be a database professional
Be a database professionalBe a database professional
Be a database professional
 
Be a database professional
Be a database professionalBe a database professional
Be a database professional
 
Data modeling star schema
Data modeling star schemaData modeling star schema
Data modeling star schema
 
OFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAININGOFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAINING
 
CV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .NetCV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .Net
 
Ashish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_AnalystAshish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_Analyst
 
Offshore Recruiting Training Material
Offshore Recruiting Training MaterialOffshore Recruiting Training Material
Offshore Recruiting Training Material
 
What’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningWhat’s New with Databricks Machine Learning
What’s New with Databricks Machine Learning
 
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and SparkVital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
 
SAP
SAPSAP
SAP
 
Sujit lead plsql
Sujit lead plsqlSujit lead plsql
Sujit lead plsql
 
Bpm Tools
Bpm ToolsBpm Tools
Bpm Tools
 
Data science | What is Data science
Data science | What is Data scienceData science | What is Data science
Data science | What is Data science
 
Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011
 
ER/Studio Data Architect Datasheet
ER/Studio Data Architect DatasheetER/Studio Data Architect Datasheet
ER/Studio Data Architect Datasheet
 
Resume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - IndResume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - Ind
 

Plus de CA RMDM Latam

Esg research 2010 data protection trends
Esg research 2010 data protection trendsEsg research 2010 data protection trends
Esg research 2010 data protection trendsCA RMDM Latam
 
Rosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DMRosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DMCA RMDM Latam
 
Rosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RMRosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RMCA RMDM Latam
 
Uso Mrc Ca Partner Portal
Uso Mrc Ca Partner PortalUso Mrc Ca Partner Portal
Uso Mrc Ca Partner PortalCA RMDM Latam
 
Ca Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemasCa Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemasCA RMDM Latam
 
Ca Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion ComercialCa Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion ComercialCA RMDM Latam
 
CA Erwin Introduccion
CA Erwin IntroduccionCA Erwin Introduccion
CA Erwin IntroduccionCA RMDM Latam
 
Brief Ca Security Threat Management
Brief Ca Security Threat ManagementBrief Ca Security Threat Management
Brief Ca Security Threat ManagementCA RMDM Latam
 
Ca Additional Research Charts
Ca Additional Research ChartsCa Additional Research Charts
Ca Additional Research ChartsCA RMDM Latam
 
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009CA RMDM Latam
 
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009CA RMDM Latam
 
Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009CA RMDM Latam
 

Plus de CA RMDM Latam (12)

Esg research 2010 data protection trends
Esg research 2010 data protection trendsEsg research 2010 data protection trends
Esg research 2010 data protection trends
 
Rosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DMRosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DM
 
Rosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RMRosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RM
 
Uso Mrc Ca Partner Portal
Uso Mrc Ca Partner PortalUso Mrc Ca Partner Portal
Uso Mrc Ca Partner Portal
 
Ca Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemasCa Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemas
 
Ca Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion ComercialCa Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion Comercial
 
CA Erwin Introduccion
CA Erwin IntroduccionCA Erwin Introduccion
CA Erwin Introduccion
 
Brief Ca Security Threat Management
Brief Ca Security Threat ManagementBrief Ca Security Threat Management
Brief Ca Security Threat Management
 
Ca Additional Research Charts
Ca Additional Research ChartsCa Additional Research Charts
Ca Additional Research Charts
 
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
 
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
 
Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009
 

Dernier

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 

Dernier (20)

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 

CA ERwin Data Modeler End User Presentation

  • 1. November 2009 Presented by: Osman Haque, Global Strategy & Partner Enablement Lead, Data Modeling Be a Hero with CA ERwin Modeling
  • 2. Introductions Osman Haque Global Strategy & Partner Enablement Lead GSAT Data Modeling   Osman leads the global sales acceleration of the ERwin product line. He has been with CA, Inc. for over 5 years working in various capacities such as senior presales consultant, SWAT, engineering services architect, and senior technology strategist. Osman is an expert in the ERwin Data Modeler family of products and comes with over 8 years of experience working with ERwin. He develops and executes the strategy needed to make ERwin successful to customers, partners, and to CA, Inc. Osman has been invited to speak at various events and technology forums, including CA World on various topics related to best practices in data modeling.   He has a strong technical background combined with strong business acumen. He holds various degrees: Bachelor of Science in Management Information Systems from Univ. of Maryland, Executive Certificate in Business Administration from Georgetown University, Master of Science in Information Systems, and is currently completing his global MBA from the Univ. of North Carolina Kenan-Flagler School of Business partnered with 4 others international universities {Rotterdam School of Management (RSM Erasmus) in Europe, Sao Paulo FundacaoGetulio Vargas University (FGV-EAESP) in Brazil, the TEC University of Monterrey (EGADE) in Mexico, and The Chinese University of Hong Kong.}
  • 3. Agenda To understand what Data Modeling is. To understand why a company needs to Data Model. To understand why the ERwin suite of product is the right solution. What’s in R7.3?
  • 4. What is Database Modeling? A MODEL is a graphical representation of a complex object, system or concept clarified through textual explanation E.g. A blueprint A DATABASE MODEL is a graphical representation of a database which is depicted by using an Entity Relationship Diagram (ERD) Database Data Model (ERD)
  • 5. SQL vs. Model product_id INTEGER NOT NULL, product_name VARCHAR(50) NULL, product_price NUMBER NULL); ALTER TABLE PRODUCT ADD ( PRIMARY KEY (product_id) ) ; CREATE TABLE DEPARTMENT ( department_id INTEGER NOT NULL, department_name VARCHAR(50) NULL); ALTER TABLE DEPARTMENT ADD ( PRIMARY KEY (department_id) ) ; CREATE TABLE EMPLOYEE (employee_id INTEGER NOT NULL, department_id INTEGER NOT NULL, employee_fname VARCHAR(50) NULL, employee_lname VARCHAR(50) NULL, employee_ssn CHAR(9) NULL); ALTER TABLE EMPLOYEE ADD ( PRIMARY KEY (employee_id) ) ; CREATE TABLE CUSTOMER ( customer_id INTEGER NOT NULL, customer_name VARCHAR(50) NULL, customer_address VARCHAR(150) NULL, customer_city VARCHAR(50) NULL, customer_state CHAR(2) NULL, customer_zip CHAR(9) NULL); ALTER TABLE CUSTOMER ADD ( PRIMARY KEY (customer_id) ) ; CREATE TABLE ZORDER ( zorder_id INTEGER NOT NULL, employee_id INTEGER NOT NULL, customer_id INTEGER NOT NULL, zorder_date DATE NULL); ALTER TABLE ZORDER ADD ( PRIMARY KEY (zorder_id) ) ; “A picture is worth a thousand words”
  • 6. Why Do You Need a Data Model? With a single graphical model, you can manage multiple databases on diverse platforms. Oracle Oracle DB2 DB2 IDMS SQL Server SAP
  • 7.
  • 11. Saves Time and Frustration
  • 12. Understands & Translates multiple database “languages”
  • 13.
  • 14. What happens if we don’t Data Model? Database may be missing critical information Database development/maintenance time and cost are increased – over-budget! Poor database design – unstable system Missed project deadlines
  • 16. ERP Database Management & Administration Data Warehouse Center of Your Data Management Initiatives Types of Project Areas: Application Development Business Intelligence (BI) CA ERwin® Data Modeler Master Data Management (MDM)
  • 17. ERwin Import / Export ERwin Data Saphir Bridge Profiler Option ERwin Data ERwin ERwin Data Model Model Modeler Validator Navigator ERwin ERwin Crystal Process Model Reports Modeler Manager ( Other ODBC ) CA ERwin® Modeling Components Model Manager Model Manager
  • 18. CA ERwin Data Modeler Forward Engineer Design an ERD and generate code for specific target database based on the design Reverse Engineer Connect to a database catalog or read a script file and create an ERD Complete/Compare Automates complete bidirectional synchronization of models and databases Standards Out of the box model and meta data exchange
  • 19. CA ERwin Model Manager Collaborative model access and persistence Check-in/Check-out approach Models and Sub-Models (Subject Areas) Model library management Security and access management Version management and control Impact analysis and conflict resolution Global and library reporting Hosted on: MS SQL Server, Oracle or Sybase RDBMS
  • 20. Introducing ERwin® Data Profiler New Product added to ERwin Modeling Family Integrates with ERwin Data Modeler Can also be used as stand-alone product Distribution agreement with Exeros (www.exeros.com) Derivative of TDWI winner of “Innovative MDM Product of the Year” 2008 Exeros Discovery Provides Cross-System Data Profiling Robust Column-level Profiling Statistics Cross-system Data Analysis Primary-Key Foreign Key Discovery Export to CA ERwin Data Modeler – linking model design with data values
  • 21. CA ERwin Saphir Option Extracts and stores cryptic metadata from ERP/EAP packages such as SAP, PeopleSoft, JD Edwards and Siebel Reduces reliance expensive consultants lowering costs Ability to browse & subset metadata and export into an ERwin DM model Leverages the visualization and design capabilities of the industry leading data modeling solution
  • 22. CA ERwin Data Model Validator Essential design and performance validation Valuable “Teach Me” facility User configurable Generates “fixes” for the database Works with ERwin Data Modeler models, schemas and/or databases CA ERwin Process Modeler Functional Decomposition(IDEF0), Workflow(IDEF3) and Dataflow Modeling (Gane and Sarsons DFD) Activity Based Costing Integration with CA ERwin Data Modeler CA ERwin Model Navigator Read-only access to ERwin data and process models Model analysis and metadata reporting CA ERwin Modeling Add-ons
  • 24. CA ERwin® Data Modeler – R7.3 Enhancements ODBC-Based Metadata Access SQL Query Tool Crystal Reports Forward Engineering Template Editor Teradata Currency Universal File Close ERwin Bookshelf and Compiled HTML Help
  • 25. CA ERwin® Data Modeler – R7.3 Changes Complete Compare New options Incremental improvements Triggers – real vs. virtual Macros – TLX and EML Database and Operating System Support New Dropped
  • 26. Teradata Currency Exploitation support for v2.6.x, v12 and v13 support Forward Engineering Reverse Engineering Complete Compare Teradata-specific check model validations 12 categories of checks Almost 60 different checks CA worked directly with Teradata development Groups
  • 27. ODBC-Based Metadata Access ODBC read-only driver included with base product User controlled activation and deactivation (“Tools/Options/Integrations” dialog) Compliant with ANSI 92 specifications Only query syntax (SELECT statement) supported at this time Use with any standard ODBC query/reporting capable tool e.g., Crystal Reports, Cognos (commercial) LogiXML, Pentaho (open-source) Excel, Access (MS Office apps) Others Current model, all ERwin Data Modeler metadata No database or repository required
  • 28. SQL Query Tool Built-in, easy to use facility to query: Current or other open model Database catalog Access to: Model objects and properties Metadata defining model objects and properties The modeling session Action Log Used to: CREATE and SAVE queries (.QRY format) Save query results (.CSV format)
  • 29. Sample Query Tool Output Query entry area Query results
  • 30. Forward Engineering Template Editor Create, view modify FE template files (.FET) Review and/or print default templates Define template customizations Existing macros and new TLX scripting language supported
  • 32. Macros “Official” introduction of Template Language (TLX) – ERwin Data Modeler’s new template/macro language for FE templates Existing macros still available and accessible via macro toolbox Domain Dictionary dialog Model Naming Options dialog Pre and Post Scripts dialog Triggers dialog etc. FE Template Editor provides access to TLX macro documentation New technical documentation – the Template Language and Macro Reference Guide (all macros)
  • 33. Universal File Close Replaces several different CLOSE dialogs in earlier versions Standardized “look-and-feel” Enhanced functionality
  • 34. Universal Close Dialog Session Files
  • 35. Updated Help Documentation ERwin Modeling Bookshelf Replaces “deprecated” Windows HELP Full search and indexing capability Comprehensive table of contents Easier Navigation Context sensitive HELP (<F1>)
  • 36. CA ERwin Modeling Bookshelf “Clickable documentation links
  • 37. Complete Compare Optimized “Three-way” merge (ERwin MM) New advanced options: Auto-Resolve Missing UDPs Display Unified Attributes Select Active Subject Area Ignore Code Comments Miscellaneous improvements: Compare only ALIGNED objects Type resolution wizard (new – replaces previous dialog box) Demand loading optimized and used for all DB Sync operations (cannot be changed) "Hide Unselected Objects“ added to the Object Selection panes Range selection functionality Type Selection filtering applied during compares "Explain" Button Added
  • 38. Triggers Can create “real” trigger objects from ERwin triggers Trigger objects can be: Used in ALTER scripts Included in Complete Compare scenarios Associated with model templates New checkbox on “Model Properties/RI Defaults” dialog FE can automatically generate MISSING RI triggers RE can include “generated” triggers in process
  • 39. Database and Operating System Support Added: Teradata v2.6.x, v12 and v13 Oracle 11.x Microsoft Vista Microsoft Visual Studio 2008 Team System for Database Professionals Dropped: Ingres 2.5 Oracle 8i Progress 8.x SQL Server 7.0 Windows 2000
  • 40. CA ERwin® Modeling Questions?
  • 41. Bottom Line…. In today’s tough economy, IT resources are being asked to do more with less: More databases to manage More platforms to support Fewer people to do the work.  CA ERwin helps you face these challenges and look like a hero in their organization by: Reducing the amount of time and money spent learning to code for every platform Improving database performance through visual design Increasing data quality through standardization and reuse
  • 42. Bottom Line… More Database Platforms to Support Most organizations have more than one database platform—it’s hard to be an expert in all The number of databases is growing, with more and more applications to support CA ERwin can manage multiple databases from a single, graphical design.  Fewer Staff and Resources Most organizations are cutting back on IT staff, making it difficult to manage these growing databases. Skill sets for individual databases are very specialized. It is unrealistic (and expensive) to have multiple experts for all platforms. CA ERwin can replace the need to have experts in every platform—by managing multiple databases from a graphical model.  
  • 43. Bottom Line… Migrating Database Platforms Many organizations are trying to consolidate databases into a single platform CA ERwin can help in the migration process by translating the data structures from one platform to another. Integrating Data from Multiple Sources Many organization are trying to integrate multiple systems – as a result of mergers and acquisitions, or for data warehousing, CA ERwin helps create a single view of these data structures and creates standards
  • 44. CA ERwin Data Modeling Licensing CA ERwin Data Modeler (Main), ERwin Process Modeler, ERwin Model Navigator, ERwin Model Validator Licensed per user No concurrent licensing available CA ERwin Model Manager (formerly known as Model Mart) Licensed per user –installed on server (Oracle or SQL Server DB) CA ERwin Modeling Suite Bundle Price book sku created to sell 1 user license for ERwin Data Modeler, ERwin Model Manager, ERwin Data Model Validator and ERwin Process Modeler under one sku at a discount DOES NOT include ERwin Model Navigator nor ERwin Saphir Option Special Maintenance Renewal Upgrade Sku to Bundle with 3 yrs Maintenance
  • 45. Let’s Test Your ERwin Knowledge!