Reputation: 53
i have some records in my database and i want to lock them from delete action! does exist any way to lock them? i need Query for SQL (My Sql)
Upvotes: 0
Views: 39
Reputation: 1269933
Here are two methods:
delete
trigger on the table to prevent certain rows from being deleted.Upvotes: 2