-- ------------------------------------------------------------------------- -- -- -- -- Title: v_countries_c.sql -- -- Author: Steve Roach -- -- Date: 16-SEP-2006 -- -- Version: 01.00 -- -- -- -- Description: Create constraints for table V_COUNTRIES. -- -- -- -- History: -- -- -- -- Date Ver Author Description -- -- --------- ----- ------ -------------------------------------------------- -- -- 16-SEP-06 01.00 SRR First release -- -- -- -- ------------------------------------------------------------------------- --
ALTER TABLE v_countries DROP CONSTRAINT v_countries_pk /
ALTER TABLE v_countries ADD CONSTRAINT v_countries_pk PRIMARY KEY ( name ) USING INDEX v_countries_pk /
|
0 Comments:
Post a Comment
<< Home