INSERT INTO CLIENTE VALUES(NULL,'CARLOS','M','CARLOSA@IG.COM','5464553466'); INSERT INTO CLIENTE VALUES(NULL,'ANA','F','ANA@IG.COM','456545678'); INSERT INTO CLIENTE ...
The script then creates two tables: 'customers' and 'orders' with their respective schemas, and populates them with sample data. WARNING: Running this script will drop the entire 'MyDatabase' database ...