Displaying 1 result from an estimated 1 matches for "wlc4402".
Did you mean:
wlc4404
2006 Jun 18
2
Table Relationship for Select option list
...e table models (
id int not null unique,
description char(20) not null,
category char(20) not null,
primary key (id)
);
The models table will be statically populated like:
insert into mfg_model (id,description,category) values
(''10'',''AIR-WLC4402'',''Switch'');
insert into mfg_model (id,description,category) values
(''11'',''AIR-WLC4404'',''Switch'');
insert into mfg_model (id,description,category) values
(''30'',''AP1020'',''AP...