Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ERD of banking system

Re: ERD of banking system

From: Frank Foss <fozzie_beer_at_hotmail.com>
Date: Tue, 04 Jan 2005 13:56:13 -0800
Message-ID: <340hnvF437c80U1@individual.net>


syafae wrote:
> Please I want ERD(entity relationship diagram)
> for bank system.
> please if u can give me a link to a site
> or any thing help me
>

Armed with a few basic skills, you can make your own: 1: Learn all about the business operation of a bank. 2: Learn data modeling theory

This should enable you to make a generic Entity-Relations diagram showing how the different business objects are connected.

Then
3: Learn the specifics for the RDBMS of your choice. For example Oracle. 4: Transfer your high-level model from above into an Oracle-specific model.

5: Optional: Code the rest of the application.

Foz
Junior DBA Received on Tue Jan 04 2005 - 15:56:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US