alphacooler
Programmer
Say I want to store a user profile in a "users" table but many of the fields are optional upon signup (e.g. "your website", "DOB", etc). Is there any problem in allowing null values for optional fields? I was always told that NULL values will make your queries incredibly slow. But it would be a bit ridiculous to create more tables just to avoid NULLs.
Thanks (as you can tell, i'm somewhat new to MySQL).
Thanks (as you can tell, i'm somewhat new to MySQL).