Create CRUD Model
CRUD is stand for:
CRUD is stand for:
- Create
- Read
- Update
- Delete
Through this model you can create record in a database like mySQL, SQL, Oracle etc. You can Read or retrieve your records, update and delete.
How this model can work, i will explain it further.
How this model can work, i will explain it further.