Download presentation
Presentation is loading. Please wait.
Published byDrusilla McDaniel Modified over 9 years ago
1
Topic Management Reporting Analysis & Design ConstructionTesting Process & Project Management Change & Configuration Management
2
ERwin Database Design Made Easy
3
Challenges Facing It Organizations n Leaner, less skilled staff n High turnover rates n Rapidly changing requirements n Shortened development cycles n Demand for higher quality software
4
Complex Environment RDBMS
5
ERwin Positioning ERwin is a powerful, easy-to-use database design tool. It delivers extraordinary productivity in the design, generation, and maintenance of high-quality database applications.
6
Benefits of ERwin n Visualization n Communication n Generation/maintenance
7
Visualize Your Database CREATE TABLE PRODUCT ( 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) ) ;
8
Visualize Your Database
9
Annotate Your Model
10
Communicate Your Designs n Highly customizable reports n Model Navigator Real-time access to models Read-only n Model Web Publisher Publish models on the Web to a large audience Static models
11
Generate/Maintain Your Database n Most extensive database support DB2 Oracle SQL Server Sybase Ingres ODBC n Tables, columns, views, RI, custom triggers, stored procedures, and physical objects n Model-database synchronization via Complete Compare
12
Who Buys ERwin ? n Fortune 1000 n Small to mid-size enterprises n Service Providers n Vendors
13
Who Uses ERwin ?DBA DataAdministrator ApplicationDeveloper
14
Sales Differentiators n Market leadership n Scaleability via ModelMart n Aggressive partnership strategy
15
ERwin Market Presence n 1998 Results: 60+ Mil Revenue n 60,000 users, 7,000 companies worldwide n 18%+ growth year over year n ERwin continues to sweep industry awards Intelligent Enterprise Readers Choice - Seventh time! DM Review Data Warehousing award DBPD Database Dozen award VB Programmer’s Journal
16
Gartner Group Assessment CA data modeling tool ERwin maintains its leadership position. Strong model management, integration with other leading tools, and a rich set of data warehousing features are added to good basic functionality. ADMODEL50828
17
Data Warehouse Design Tool Market Share Source: 1998 Meta Group
18
Scaleability via ModelMart n Workgroup modeling services Security Impact analysis n Model management Sub-modeling Versioning
19
Partnerships n Microsoft Repository n IBM VisualAge n Informatica
20
Competitors n Enterprise modeling solutions Oracle-Designer 2000 Sybase-PowerDesigner Sterling-COOL suite Select-SE Popkin-System Architect 2001 n Desktop modeling solutions Embarcadero-ER/Studio Visio-Visio Enterprise
21
Qualifying Questions n Is data quality a concern in your organization? n Are any of your database applications a mystery? n Are you engaged in any data warehousing activities? n Are you planning on implementing a packaged application? n Do you currently support any packaged applications? If so, Do you need to integrate them with existing systems? Do you know where to find data in these package applications?
22
Jasmine Integration ERwin will participate in the Jasmine ii infrastructure as a data consumer and data provider, enabling it to share metadata with the rest of the ADvantage suite.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.