本文介绍了关于数据库管理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果只有两个值,如(sale,rent)(male,female)等,该如何处理数据库..最好插入bit值,例如male = true,female = false ..或sale = true,rent = false否则,第二个选项正在制作一个具有主键1,2 ..的出售和出租表,哪个更好?
if there is only two value like (sale,rent)(male,female) or etc.. what to do with database.. is it preferable to insert bit value like male=true,female=false.. or sale=true,rent=false otherwise 2nd option is making a table like for sale and rent with primary key 1,2.. which one is better?
推荐答案
这篇关于关于数据库管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!