This is an obvious reference to the There Is No Antimemetics Division book, but I couldn't resist it ;) (btw it is very good if you like semi-sf stories)
I want to highlight that in a usual bigger system (just bigger, not a really big one) there are no strict CRUD subdomains / components. There are obviously simpler ones which require less thinking, and complex ones. But there is no CRUD as simple Create / Read / Update / Delete. You will always need to apply some analysis and work around it.
Let's go through typical E-commerce domain to get the idea. For each CRUD word I will ask several question to show that answers are not that simple. Then you can adjust this mindset to your own domain.
You could think that this case is a simple one - shouldn't you always be able to create something? You are almost right, but sometimes reality is tricky.