Search code examples
Can you compare the output of a scalar function with a scalar in a check statement? SQL...


sqlsql-servercreate-table

Read More
Why do I keep on getting errors like Error Code 1146 in MySQL?...


mysqlsqlforeign-keyssql-insertcreate-table

Read More
I am creating a table in pgweb Heroku, and get this error "ERROR: pq: syntax error at or near &...


sqlpostgresqlcreate-table

Read More
Error while renaming the column in postgres...


sqlpostgresqlcreate-tablealter-table

Read More
How could I default a date column as 21 days ahead of another date column in oracle?...


sqloracle-databasedatetimecreate-table

Read More
Populate table with data stored in separate tables...


mysqlsqlunioncreate-table

Read More
How to insert a column which sets unique id based on values in another column (SQL)?...


sqlt-sqlsql-insertcreate-table

Read More
Speed in deleting records in SQL table...


sqlcreate-tabledrop-tabledelete-record

Read More
Missing right parenthesis error in Oracle table...


sqloracle-databaseforeign-keyscreate-table

Read More
MYSQL - Cannot add foreign key constraint, but why?...


mysqlsqlforeign-keysconstraintscreate-table

Read More
How to get unique values from 2 columns in PostgreSQL...


sqlpostgresqlcreate-tableexclusion-constraint

Read More
Invalid datatype for range function...


sqloracle-databaseoracle-sqldevelopercreate-tablerange-partitions

Read More
Hadoop/Hive - Split a single row into multiple rows and store to a new table...


sqlhadoophivesql-insertcreate-table

Read More
How would i make a double that doesn't go higher than 5?...


mysqlsqlcreate-tablecheck-constraints

Read More
Create a new table based on another two tables in MYSQL...


mysqlsqlcomparecreate-table

Read More
Is it not possible to have a check constraint reference a column that also has a foreign key?...


mysqlsqlcreate-tablecheck-constraintsmysql-8.0

Read More
Create Table variable datatype that would allow to save integer/floats [SQL]...


sqltypesnumberscreate-table

Read More
Create hive table using "as select" or "like" and also specify delimiter...


hivesql-likecreate-table

Read More
How to skip table in database using php...


phpmysqlsqlcreate-table

Read More
How to go about storing unknown number of values for each user in a SQL Row...


mysqlsqldatabase-designinner-joincreate-table

Read More
Creating table with Regex Serde in Hive returns error...


regexhivehiveqlcreate-tablehive-serde

Read More
Postgres constraint references...


sqlpostgresqlforeign-keyscreate-table

Read More
How to cascade on delete in a foreign key of a mysql table correctly?...


mysqlsqlforeign-keyssql-deletecreate-table

Read More
SQL Database Design with more than one data in same column...


sqldatabasedatabase-designforeign-keyscreate-table

Read More
ORA-01756: quoted string not properly terminated, do i need to add quote on the phone number, why?...


sqlstringoracle-databasesql-insertcreate-table

Read More
How to copy all records and add some changes in the same table in OracleDB...


sqloracle-databaseoracle11gcreate-table

Read More
Insufficient Privileges Create table...


oracle-databaseoracle-sqldevelopercreate-tableora-01031

Read More
I have a query which contains mistakes. where are they?...


sqlsqliteforeign-keyscreate-tablesystem.data.sqlite

Read More
How to enforce that two (PK same FK) columns from two different tables are disjoint...


postgresqlcreate-table

Read More
How to combine constraint CHECK in SQL?...


sqlpostgresqlcreate-tablecheck-constraints

Read More
BackNext