stebin.com/f50d77dcf
On that database, this query works:
select CodCliente, Cognome, Nome from Ordini NATURAL JOIN Clienti where
Data='2002-09-05';
whereas this one does not:
select *
from rappresentanti NATURAL JOIN clienti;
I pasted the database in there.
Deviad ha scritto:
&g
Hello,
I have been training for a test on Database Design and MySQL.
The following is inside a file we have to run before starting to code
what the excercises require us to.
Call the file as you wish and run it if it helps to understand the
reason behind my problem.
---
DROP