duanbi9202 2017-03-21 16:55
浏览 19

具有多个首选项和类别的关系数据库

I'm trying to wrap my head around designing my database which will store one or more preferences for many categories for each user. So in other words, each user can select one or more options from the Colors category, one or more options from the Shapes category, and so on.

My initial thought was to first have a User table with generic user information. Next, there would be a table to store all the different categories as so:

CATEGORY_ID  |  CATEGORY_VALUE
--------------------------------
1            |  Colors
2            |  Shapes
3            |  Sizes

I'd separate each Category into it's own table (Colors for example):

OPTION_ID  |  OPTION_VALUE
------------------------------
1          |  Red
2          |  Blue
3          |  Green

Finally, I would have a User Preferences table:

USER_ID |  CATEGORY_ID  |  OPTION_ID
----------------------------------------
1       |  1            |  2
1       |  1            |  3
1       |  3            |  2
2       |  1            |  3

Am I on the right track here or is there a better/more efficient way to designing this. I will be setting up a search results page which will allow visitors to filter through these different categories.

Thanks!

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 孟德尔随机化结果不一致
    • ¥20 求用stm32f103c6t6在lcd1206上显示Door is open和password:
    • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
    • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
    • ¥15 谁有desed数据集呀
    • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
    • ¥15 关于#hadoop#的问题
    • ¥15 (标签-Python|关键词-socket)
    • ¥15 keil里为什么main.c定义的函数在it.c调用不了
    • ¥50 切换TabTip键盘的输入法