I have inserted some values into two columns but i can't find the Edit, Copy, Delete options in the browsing page in phpmyadmin.
I thought that i need to update phpmyadmin but i still have the same problem after updating.
CREATE TABLE school_s(
students varchar(255),
id int
);