Search code examples
CREATE VIEW must be the only statement in the batch...

sqlsql-serverddlcreate-view

Read More
Alter column type from text[] to jsonb[]...

arrayspostgresqljsonbddlalter-table

Read More
Is it normal for the order_id foreign key to be null in shopping cart?...

sqlddlshopping-cart

Read More
MySQL terminology "constraints" vs "foreign keys" difference?...

mysqlforeign-keysconstraintsddl

Read More
Cloud Spanner Rename Column...

google-cloud-platformddlgoogle-cloud-spanner

Read More
How to generate entire DDL of an Oracle schema (scriptable)?...

oracle-databaseschemaddl

Read More
How to change the description of a field nested in a struct via the DDL in BigQuery?...

sqlgoogle-bigqueryddlalter-table

Read More
SQL : How to create a table with auto-computed column values?...

sqlpostgresqlddl

Read More
Define default column value with annotations in Hibernate...

javahibernateddl

Read More
Postgres trigger to only execute procedure when NEW.column = true...

postgresqltriggersddl

Read More
.NET / Oracle: How to execute a script with DDL statements programmatically...

c#oracle-databaseddl

Read More
BigQuery Drop Table Column - DDL Bug...

google-bigqueryddl

Read More
Removing COMMENT ON from all objects in PostgreSQL...

postgresqlddl

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

sqlpostgresqlddlmaterialized-viewsdrop

Read More
Adding a foreign key to existing table...

oracle-databaseforeign-keysconstraintsddlora-01735

Read More
Oracle error when trying to create a trigger...

databaseoracle-databasetriggersddl

Read More
Apache Ignite .Net : KeyNotFoundException occurs when using multi-PK...

.netigniteddlgridgainkeynotfoundexception

Read More
SQLite primary key on multiple columns...

sqliteprimary-keyddlcomposite-primary-key

Read More
How can I run multiple DDL statements from a recordset loop?...

ms-accessddl

Read More
Set ANSI_PADDING on a specific column (ANSI_PADDING ON and OFF in different columns of the same tabl...

sqlsql-serverddl

Read More
Cannot cast type numeric to boolean...

sqlpostgresqlcastingddlalter-table

Read More
MySQL Drop Index's with loop?...

mysqlddl

Read More
Generate DDL SQL create table statement after scanning CSV file...

sqlcsvddldelimited

Read More
How can I create a disabled trigger in SQL Server 2005?...

sqlsql-serversql-server-2005triggersddl

Read More
DB2 equivalent for CREATE FORCE VIEW...

db2ddlsql-viewmaxdb

Read More
DDL Statements does not replicated on SQL...

sql-serverreplicationddl

Read More
How can I change an existing column to Identity in PostgreSQL 11.1...

postgresqlidentityddl

Read More
Adding unique constraint for self-referencing association table in PostgreSQL...

postgresqldatabase-designddl

Read More
Missing default value of varchar2(4000) column in DBMS_METADATA.GET_DDL (oracle 11g)...

oracle11gddl

Read More
MySQL: ALTER TABLE if column not exists...

mysqlddlalter-table

Read More
BackNext