Computer Science, asked by guwahatitanmay2019, 11 months ago

differentiate between transaction and non transaction e banking​

Answers

Answered by sakshipatel281002
2

Answer:

transfer money from app is non transaction

Answered by zakirhussain786
4

Answer:

I think the best way to understand the difference between Transactional and Non-Transactional Data is through examples

Non -Transactional (These information are relevant to enterprise for longer duration than Transactional Data.)

Customer: Name, Preferences

Product: Name, Hierarchy

Site/Location: Addresses

Account: Contracts Detail

Transactional (Has a Time Dimension, and becomes historical once the transaction is complete)

Financial: orders, invoices, payments

Basically, a transaction is one or more add, update, delete, modify changes to the database that must all be completed or none of the steps should be executed. Transactional databases are useful when data integrity is important. If one of the steps in the transaction fail, then the steps must be rolled back to the state where no change was made to the database.

A non-transactional database would probably have better performance because it doesn't have to worry about rolling back changes. The individual data in the non-transactional database may not require transactional processing as would managing money between bank accounts.

Similar questions