CRUD – Which buttons should go where for usability [on hold]

Simple question about CRUD(Create Read Update & Delete):

This is my CRUD for Users.

CRUD for users

As you can see I have Create(right top), Read, update & delete.

Now, for usability; Should I also add the Update and Delete buttons when you are on the read page? Or should reading only be reading. No further actions?