6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
Table nazione {
|
|
id int [pk]
|
|
nome varchar
|
|
continente int
|
|
}
|