Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ddl

dropping a global temporary table

oracle plsql ddl temp-tables

How can I generate (or get) a ddl script on an existing table in oracle? I have to re-create them in Hive [duplicate]

Do statistics referencing a column prevent that column from being dropped?

Grant privileges for an Oracle package?

sql oracle ddl

Why is truncate a DDL statement?

sql oracle ddl

Creating a table in h2 database using predefined sequence for primary key

sequence h2 ddl

Is it possible to wrap DDL changes in a transaction in PostgreSQL?

Insufficient Privileges when creating tables in Oracle SQL Developer

sql oracle ddl

Is string or int preferred for foreign keys?

mysql sql foreign-keys ddl

Invalid column name on sql server update after column create

sql sql-server tsql ddl

Is there a postgres command to list/drop all materialized views?

How can I create a unique index in Oracle but ignore nulls?

sql oracle ddl

How to get function parameter lists (so I can drop a function)

Get definition of function, sequence, type etc. in Postgresql with SQL query

sql postgresql ddl

Can a number be used to name a MySQL table column?

mysql ddl

How to add a new column with foreign key constraint in a single statement in oracle

sql oracle foreign-keys ddl

Is it possible to run multiple DDL statements inside a transaction (within SQL Server)?

How to alter "REFERENCES" in PostgreSQL?

Mysql Add a new value to a column of data type enum

mysql ddl

What does the number in parenthesis really mean?

mysql sql ddl