pcpuma_unam_api/sql/07-tipo_entrada.sql

4 lines
166 B
MySQL
Raw Normal View History

2022-05-10 18:20:27 +00:00
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');