Make rows immutable and allow insert
I want to make the rows in a MySQL table immutable, once they are inserted I don’t want it to be possible to change them. How can I do this? (Ideally returning a suitable error message if any change …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
I want to make the rows in a MySQL table immutable, once they are inserted I don’t want it to be possible to change them. How can I do this? (Ideally returning a suitable error message if any change …