duanbipu7601 2016-03-07 19:43
浏览 3
已采纳

我在php和Android应用程序中构建一个子控件应用程序来跟踪设备? [关闭]

Any advice on should I go about linking a parent to certain child a mysql database. I don't have any code for just yet I would like some more experienced advise.

  • 写回答

1条回答 默认 最新

  • duanrebo3559 2016-03-07 20:41
    关注

    ideally you would build this relationship in the following manner:

    you have your Parent table with fields: PARENT ID PARENT NAME

    then you have your Child table like: CHILD ID CHILD NAME

    then you have a PARENT-CHILD table like: PARENT ID CHILD ID

    in this PARENT-CHILD table, each CHILD ID maybe listed combined with 1, or 2 PARENT IDs at the most. A PARENT ID however maybe listed combined with any number of children (hopefully not more than 4, otherwise its not your children than need to be "controlled.")

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 孟德尔随机化结果不一致
  • ¥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键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类