I have seen on the internet many examples of use cases diagrams (in UML) as this one:
What I see is that the delete
use case does not include the create
use case. Even though I can't imagine deleting a user without creating it.
I wonder why it is still right to not use the include ? And I wonder when should I use it and when to not use it ?