help
Date: 25 Aug 2003 06:53:31 -0700
Message-ID: <9ebf562c.0308250553.78ea8ebc_at_posting.google.com>
BUSINESS RULES FOR VARIOUS ENTITIES
Customer
· Every customer must have a unique customer number and should be
computer generated.
· Every customer must have a unique Social Security Number. No two
customers can have the same number.
· Every Customer must have a last name, first name and address
· Customer number must be automatically generated.
· One customer may have many accounts
Account
· Every account must have a unique number and should be computer
generated.
· Every account must belong to a customer and have a valid account
type designated (Saving, Checking, Credit, CD, Fixed Loan)
· Every account type is specified by an option of fixed/variable
interest rate.
· Checking and Savings accounts must not have a balance less than zero
· Credit account should have a credit line designated.
Transaction
· Every transaction has a unique number. The number should be computer
generated.
· One transaction can have more than one detail transactions. For
example closing and transfer account transaction. For closing account,
the transaction may include interest calculation and withdrawal detail
transaction. For transfer account, the transaction includes transfer
from one account to another account, which comprises of two detail
transactions.
· One detail transaction must be applied only on one account number.
· No transaction can be applied on a closed account.
· Taking out fund from an account should be inserted as a transaction
with a negative amount and vice versa for deposit transaction.
checking, savings or credit card accounts. A stored procedure was
written that charges various maintenance fees on a monthly basis. A
test database with multiple sets of sample data was loaded into the
system to insure proper function. One such set of sample data was
purposefully populated with data outside the constraints developed by
C/S Bank to ensure proper data integrity and normalization of the
first three levels were achieved.
- Entering Transaction: Withdrawal, Deposit, Transfer, Closing Account
I really need help! I was if i needed help that these groups can get help for you, well i am fellow programmer in need of help can someone please help. I am new to the world of Oracle. Thanks Received on Mon Aug 25 2003 - 15:53:31 CEST