/database-4.sql Secret
Last active
July 5, 2019 13:29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO senators VALUES ("VILLAR", "CYNTHIA", "NP", 25128563); | |
-- Query OK, 1 row affected (0.01 sec) | |
INSERT INTO senators VALUES ("POE", "GRACE", "IND", 21922209); | |
-- Query OK, 1 row affected (0.00 sec) | |
INSERT INTO senators VALUES ("GO", "BONG GO", "PDPLBN", 20465005); | |
-- Query OK, 1 row affected (0.01 sec) | |
INSERT INTO senators VALUES ("CAYETANO", "PIA", "NP", 19645110); | |
-- Query OK, 1 row affected (0.00 sec) | |
INSERT INTO senators VALUES ("DELA ROSA", "BATO", "PDPLBN", 18815388); | |
-- Query OK, 1 row affected (0.00 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment