Creating users Oma ülesanne XAMPP

создаем таблицу
таблица создалась
создаем пользователя
права пользователя

delete from tund where õpilaneID=101;
update tund set hinnad = 4 where õpilaneID = 11;
create table test(
testID int not null primary key AUTO_INCREMENT,
v_aasta int);