Home > Backend Development > PHP Tutorial > 一个数据表现模式,建表时的相关有关问题

一个数据表现模式,建表时的相关有关问题

WBOY
Release: 2016-06-13 11:53:43
Original
798 people have browsed it

一个数据表现模式,建表时的相关问题
如下图所示   库内产品 属性输出时是这样的表格

如 x1|y1 对应的是一个值  x2|y1 对应的另外的值。

那么我在建造 产品属性表的时候怎么构建呢?  这种XY相互约束的值 要怎么存储。

同时  Y3列的所有数据  会应用于 日常的检索中。


------解决方案--------------------
按你 #4 的示例
你可以直接按二维方式存储,当然需要加一个能识别产品的编号

------解决方案--------------------
你检索的应该是测试方法吧?在他上面做所以就可以了

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template