Pages

▼
Showing posts with label Foreign Key constraints. Show all posts
Showing posts with label Foreign Key constraints. Show all posts
Friday, September 23, 2016

MySQL list all foreign key and other constraint names

›
SELECT TABLE_NAME, COLUMN_NAME, CONSTRAINT_NAME, REFERENCED_TABLE_NAME, REFERENCED_COLUMN_NAME FROM INFORMATION_SCHEMA.K...
Sunday, December 8, 2013

How to Set up a Foreign Key Constraint in MySQL

›
The following is a simple example that illustrates Foreign Key constraints: Creating a table for manager: CREATE TABLE manager (id integ...
›
Home
View web version
Powered by Blogger.