Tagged Questions
6
votes
2answers
973 views
Is one-to-one relationship normalized?
Consider we have a large set of statistical data for a record; e.g. 20-30 INT columns. Is it better to keep the entire set in one table as they all belong to a record OR creating a another table ...
2
votes
1answer
132 views
How can I best combine “get categories” and “has user access”?
I was wondering if it's possible to create a query for the following problem. I only want to select categories from the (MySQL) database (if the user has access).
A user has multiple roles;
A ...