I'm creating an academic system that consists of a virtual restaurant menu type, so I've created three tables in the database:
Menu Items Table:
CREATE TABLE ITEMS(
ID INT PRIMARY KEY NOT NULL,
NOME VARCHAR(20) NOT NULL,
DESCRIC...
asked by
05.09.2017 / 13:48