The MySQL server is placed on my machine and is there for educational purpouses.
I tried with mysqldump but the command wasnt reckognized nor in cmd nor in mysqlcmd...
2. How to force user to put a positive integer?
PPrice INTEGER NOT NULL I guess both negative and positive.
How to make it unsigned?
3. Is this the right way of putting data in the database?:
INSERT INTO Customer(CName, CEmail, CPhone, CCountry, CCity, CZip, CStreet) VALUES ("Johnson Doe","j.doe@edu.it",030 222 789,"Italy","Rome",75209,"Via Labicana 243a");
Thank you for your help.


Sign In
Create Account


Back to top









