Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: ERD of banking system
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