It refers to the 4 operations that can be performed on the data itself:

  • Create some data;
  • Read some data;
  • Update some data;
  • Destroy some data.

Obviously, a database should allow all four. Yes, that’s it.