-- ------------------------------------------------------------------------- -- -- -- -- Title: html_pages_i.sql -- -- Author: Steve Roach -- -- Date: 25-JUL-2006 -- -- Version: 01.00 -- -- -- -- Description: Create indexes for table HTML_PAGES. -- -- -- -- History: -- -- -- -- Date Ver Author Description -- -- --------- ----- ------ -------------------------------------------------- -- -- 25-JUL-06 01.00 SRR First release -- -- -- -- ------------------------------------------------------------------------- --
DROP INDEX html_pages_pk /
DROP INDEX html_pages_u1 /
CREATE UNIQUE INDEX html_pages_pk ON html_pages ( name ) /
CREATE UNIQUE INDEX html_pages_u1 ON html_pages ( url ) /
|
0 Comments:
Post a Comment
<< Home