News

The DICTIONARY tables component is specified in the FROM clause of a SELECT statement. DICTIONARY is a reserved libref for use only in PROC SQL. Data from DICTIONARY tables are generated at run time.
FOREIGN KEY (clientes_cpf) REFERENCES clientes (CPF) ); CREATE TABLE itemPedidos ( idItemPedidos INT AUTO_INCREMENT PRIMARY KEY, id_pedido INT NOT NULL, id_produto INT NOT NULL, quantidade INT NOT ...