Humble Trader

Tuesday, September 26, 2006

Country Dimension - o_countries_i.sql

-- ------------------------------------------------------------------------- --
-- --
-- Title: o_countries_i.sql --
-- Author: Steve Roach --
-- Date: 25-SEP-2006 --
-- Version: 01.00 --
-- --
-- Description: Create indexes for table ODS.O_COUNTRIES. --
-- --
-- History: --
-- --
-- Date Ver Author Description --
-- --------- ----- ------ -------------------------------------------------- --
-- 25-SEP-06 01.00 SRR First release --
-- --
-- ------------------------------------------------------------------------- --

DROP INDEX o_countries_pk
/

CREATE UNIQUE INDEX o_countries_pk ON o_countries
(
name
,start_date
)
/

0 Comments:

Post a Comment

<< Home