Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Databases
:
MySQL
:
Language and Syntax
:
Queries
: Create Table
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
There are no folders in this category
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
Database:MySQL:Key:Foreign:Error: 1005:(HY000): Can't create table .\database\table.frm (errno: 150)
Database: MySQL: Table:Master:Detail:How create master detail table in MySQL? [foreign key / InnoDB]
Database: Relational: MySql: Key: Primary: Unique: Value: Integer:Default: How create default value?
Database: MySQL: Table: InnoDb: Create: Check: How to: How to check if you can create InnoDb tables?
How can I create a column with a boolean type?
Random Questions
How can I create a column with a boolean type?
Database: MySQL: Table:Master:Detail:How create master detail table in MySQL? [foreign key / InnoDB]
Database: Relational: MySql: Key: Primary: Unique: Value: Integer:Default: How create default value?
Database: Relational: MySql: Key: Primary: Unique: Value: Integer:Default: How create default value?
Database:MySQL:Key:Foreign:Error: 1005:(HY000): Can't create table .\database\table.frm (errno: 150)
Is "FOREIGN KEY REFERENCES" implemented in the new versions of MySQL?
How can I ensure the referential integrity of MySQL tables?
How can I create a column with a boolean type?
Database: MySQL: Table: InnoDb: Create: Check: How to: How to check if you can create InnoDb tables?
Database: Relational: MySql: Key: Primary: Unique: Value: Integer:Default: How create default value?
Database: MySQL: Table:Master:Detail:How create master detail table in MySQL? [foreign key / InnoDB]
Database:MySQL:Key:Foreign:Error: 1005:(HY000): Can't create table .\database\table.frm (errno: 150)
Unanswered Questions
is this (syntax) correct: CREAT TABLE(xx varchar(20), yy varchar(10)); I got 'parse error' after connecting to server and database.Thank you.