SQL Daily (@sqldaily) 's Twitter Profile
SQL Daily

@sqldaily

Daily Oracle SQL tips from the Oracle Developer Advocates for SQL

ID: 3001841930

linkhttp://blogs.oracle.com/sql calendar_today29-01-2015 17:45:15

2,2K Tweet

25,25K Takipçi

4 Takip Edilen

SQL Daily (@sqldaily) 's Twitter Profile Photo

Create many tables in one Oracle DDL statement with CREATE SCHEMA AUTHORIZATION <usr> CREATE TABLE ... CREATE TABLE ... This can also create views and grant access to these objects You must be connected as the <usr> in the AUTHORIZATION clause