วันอาทิตย์ที่ 1 กันยายน พ.ศ. 2567

CRUD

CRUD <=> SQL

  • Create <=> INSERT
  • Read <=> SELECT
  • Update <=> UPDATE
  • Delete <=> DELETE

Benefit of CRUD matrix:

You can see which table is accessed by which objects (procedures, functions, etc.) with the type of access for each object.