5 lines
226 B
SQL
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');
|