CREATE TABLE Pessoas ( pessoa_id INT AUTO_INCREMENT PRIMARY KEY, nome VARCHAR(100) NOT NULL, data_nascimento DATE );
To embed this program on your website, copy the following code and paste it into your website's HTML: