MySQL Unique Key and not primary key
I'm learning from an online course MySQL using the WampServer and editing code in MySQL Workbench. Trying to create a table with the following code, the column nome appears to be the primary key from the table, but i'm only…