数据库

Oracle handbook系列之虚拟专用数据库VPD的使用详解

时间:2010-12-5 17:23:32  作者:数据库   来源:域名  查看:  评论:0
内容摘要:复制CREATETABLEvpdsample_clothing( clothing_idNUMBER, typeVARCHAR2(30),

Oracle handbook系列之虚拟专用数据库VPD的使用详解
复制CREATETABLEvpdsample_clothing(   clothing_idNUMBER,系列详解   typeVARCHAR2(30),   brandVARCHAR2(30),   descriptonVARCHAR2(100)   );   --   INSERTINTOvpdsample_clothingVALUES(10002,jacket,ABC,autumnstyle);   INSERTINTOvpdsample_clothingVALUES(10003,t-shirt,XYZ,summerstyle);   commit;   CREATETABLEvpdsample_books(   book_idNUMBER,   nameVARCHAR2(30),   authorVARCHAR2(20)   );   --   INSERTINTOvpdsample_booksVALUES(10005,CountryDriving,PeterHessler);   INSERTINTOvpdsample_booksVALUES(10006,Lifewithoutlimits,NickVujicic);   commit;  1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.
copyright © 2025 powered by 编程之道  滇ICP备2023006006号-34sitemap