Hi,
Under what conditions would the following statement cause the USERStable to lock out selects?
alter table my_coupons add constraint FK_mc_user_id FOREIGN KEY (mc_frn_user_id) REFERENCES users(user_ID);
ss
Scott ShattuckTechnical Pursuit Inc.