The NC_Mouse table contains inventory data about mice.
Column |
Key |
Type |
Null |
Description |
---|---|---|---|---|
ComponentOID |
PK, FK |
binary(16) |
No |
An internal ID number used as a primary key. |
InterfaceType |
smallint |
The interface type: 0=Unknown, 1=PS/2, 2=InPort, 3=Bus, 4=USB, 5=USB. |
NOTE:The ComponentOID foreign key references the ComponentOID primary key column of the NC_MouseComp table.