With the SQL Editor in DBeaver, you can write and execute multiple SQL scripts within a single database connection, save them as files, and reuse them later. Note: SQL Editor for a connection is ...
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 ...