逍遥的鱼
joey
全部博文(291)
HP BladeSystem(0)
IBM BladeCenter(0)
Backup(9)
Brocade(6)
NAS(3)
EMC(14)
Concept(14)
HP(1)
Solaris(3)
AIX(3)
Egenera(1)
ESX3i(1)
Outlook(1)
VDI-TC-NC(3)
VCB(3)
misc(1)
Virtualization(2)
ACE(0)
P2V(2)
WorkStation(2)
VI(2)
PowerPoint(0)
Excel(0)
Word(2)
Office(0)
Windows(8)
ESX3(64)
VMware(1)
Shell(5)
Sybase(8)
2008年(102)
2007年(112)
2006年(75)
2004年(2)
wb123456
bzhao
cynthia
浪花小雨
Bsolar
我的武器
无限之力
风陵渡口
tops_son
分类:
2006-08-14 14:52:16
准确的说,Foreign Key引用的是Unique index, 并非一定是Primary Key.
例如:
create table pk(a int)
create unique index idx on pk(a)
create table fk(a int, b int, foreign key(b) references pk(a))
上一篇:爱情博弈论
下一篇:40岁以前你的时间在哪里?
登录 注册