当前位置:Gxlcms > 数据库问题 > Oracle建表命令

Oracle建表命令

时间:2021-07-01 10:21:17 帮助过:2人阅读

参考:http://blog.itpub.net/26110315/viewspace-736454/

 

SQL>:create schema authorization root

          create table "table1"(name varchar(55), mobile varchar(55))

          create view "table1_view" as select name, mobile from "table1"

          grant select on "table1_view" to root;

 

Oracle建表命令

标签:

人气教程排行