-- ------------------------------------------------------------------------- -- -- -- -- Title: v_countries_i.sql -- -- Author: Steve Roach -- -- Date: 16-SEP-2006 -- -- Version: 01.00 -- -- -- -- Description: Create indexes for table V_COUNTRIES. -- -- -- -- History: -- -- -- -- Date Ver Author Description -- -- --------- ----- ------ -------------------------------------------------- -- -- 16-SEP-06 01.00 SRR First release -- -- -- -- ------------------------------------------------------------------------- --
DROP INDEX v_countries_pk /
CREATE UNIQUE INDEX v_countries_pk ON v_countries ( name ) /
|
0 Comments:
Post a Comment
<< Home