-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathload_determiner.sql
More file actions
executable file
·16 lines (11 loc) · 922 Bytes
/
Copy pathload_determiner.sql
File metadata and controls
executable file
·16 lines (11 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INSERT INTO Determinante VALUES ('der','determinado',NULL,'el','determinante','sounds/der.mp3');
INSERT INTO Adjetivo_posesivo VALUES ('mein','primera','masculino','singular','posesivo',
NULL,'mi','adjetivo posesivo','sounds/mein.mp3');
INSERT INTO Declinacion_determinante VALUES('nominativo','masculino','der','der');
INSERT INTO Declinacion_determinante VALUES('acusativo','masculino','den','der');
INSERT INTO Declinacion_determinante VALUES('dativo','masculino','dem','der');
INSERT INTO Declinacion_determinante VALUES('genitivo','masculino','des','der');
INSERT INTO Declinacion_determinante VALUES('nominativo','masculino','mein','mein');
INSERT INTO Declinacion_determinante VALUES('acusativo','masculino','meinen','mein');
INSERT INTO Declinacion_determinante VALUES('dativo','masculino','meinem','mein');
INSERT INTO Declinacion_determinante VALUES('genitivo','masculino','meines','mein');