Transactions Flashcards
1
Q
What are transactions?
A
The fundamental core of a database system. It is a term used to represent any change in the data. This can be a single change or a composite of several different changes all enacted at once.
2
Q
What does CRUD stands for ?
A
Create, Read, Update, Delete
3
Q
When is CRUD used ?
A
When building API’s
4
Q
A