I created the following tables and populate them in 2 (user and type);
CREATE:
CREATE TABLE utilizador(utilizador_id INT NOT NULL PRIMARY KEY AUTO_INCREMENT,username VARCHAR(100) NOT NULL, password VARCHAR(100) NOT NULL, morada VARCHAR(100)...
asked by
17.07.2017 / 02:32