pcpuma_unam_api/sql/07-tipo_entrada.sql
2022-06-07 22:47:46 -05:00

5 lines
226 B
SQL

INSERT INTO tipo_entrada(tipo_entrada) VALUES('HDMI');
INSERT INTO tipo_entrada(tipo_entrada) VALUES('Tipo c');
INSERT INTO tipo_entrada(tipo_entrada) VALUES('VGA');
INSERT INTO tipo_entrada(tipo_entrada) VALUES('Lightning');