Create CRUD Model

CRUD is stand for:
  1. Create
  2. Read
  3. Update
  4. 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.