Top "Create-table" questions

The statement that creates a table in SQL (`CREATE TABLE ...`).

Create Table script from exisiting table using Toad

I am new to toad and certainly db management if not my job. I am Java Developer, where I have …

database oracle toad create-table
Quick SQL question: Correct syntax for creating a table with a primary key in H2?

I'm currently starting a new Java application using the H2 database, but I have some confusion about basic SQL use …

sql database h2 create-table
Can't create/write to file - Error code 13 in linux

Iam trying to create a mysql table in linux with changing data directory to another location. The selected forlder having …

mysql create-table datadirectory
Primary key in cassandra is unique?

It could be kind of lame but in cassandra has the primary key to be unique? For example in the …

cassandra primary-key create-table
PostgreSQL - Create table and set specific date format

I want to create a new table and set a date type with a specific format. Is that possible? For …

sql postgresql date date-format create-table
Why is peewee including the 'id' column into the mysql select query?

I am trying to learn how to use peewee with mysql. I have an existing database on a mysql server …

python mysql select create-table peewee
How to copy structure and contents of a table, but with separate sequence?

I'm trying to setup temporary tables for unit-testing purposes. So far I managed to create a temporary table which copies …

sql postgresql temp-tables create-table
Execute a Create Table Query through the JPA EntityManager

I need to create a new Table in a Database I access through a JPA EntityManager. Do JPA NativeQueries support …

mysql sql hibernate jpa create-table
Create empty table in postgresql

i want to create a simple table inside a database in postgresql. From the Documentation i have CREATE TABLE will …

postgresql create-table