How to write a query so that there are no repetitions in the column?
For example, if you add a query with the value Vladimir in the Name column, it was not added if there is already an entry Vladimir in the column)
In SQLite, I just create a structure that prevents the addition, but in MySQL I do not know ...