-- ------------------------------------------------------------------------- -- -- -- -- Title: s_countries_i.sql -- -- Author: Steve Roach -- -- Date: 11-SEP-2006 -- -- Version: 01.00 -- -- -- -- Description: Create indexes for table S_COUNTRIES. -- -- -- -- History: -- -- -- -- Date Ver Author Description -- -- --------- ----- ------ -------------------------------------------------- -- -- 11-SEP-06 01.00 SRR First release -- -- -- -- ------------------------------------------------------------------------- --
DROP INDEX s_countries_pk /
CREATE UNIQUE INDEX s_countries_pk ON s_countries ( run_no ,data_seq ) /
|
0 Comments:
Post a Comment
<< Home