I currently have a MySQL Relational Database with a users table with the following attributes:
- ID (Primary key)
- Name
- Username (Unique)
- Password
- Email (Unique)
- Description
- Profile Picture File Path
I am really struggling with the normalization of the user's information since username and email are unique. Is this table normalized, if so, is it BCNF? or 3NF?