Humble Trader

Wednesday, September 06, 2006

Country Dimension - d_country_i.sql

-- ------------------------------------------------------------------------- --
-- --
-- Title: d_country_i.sql --
-- Author: Steve Roach --
-- Date: 05-SEP-2006 --
-- Version: 01.00 --
-- --
-- Description: Create indexes for table D_COUNTRY. --
-- --
-- History: --
-- --
-- Date Ver Author Description --
-- --------- ----- ------ -------------------------------------------------- --
-- 05-SEP-06 01.00 SRR First release --
-- --
-- ------------------------------------------------------------------------- --

DROP INDEX d_country_pk
/

CREATE UNIQUE INDEX d_country_pk ON d_country
(
id
)
/

0 Comments:

Post a Comment

<< Home