Pages

▼
Showing posts with label unique-indexing. Show all posts
Showing posts with label unique-indexing. Show all posts
Saturday, December 2, 2017

MySQL Table Create Index Remove Index List Index | Primary Indexing | Unique Indexing | Field Indexing | FullText Indexing

›
/* Primary INDEXING */ ALTER TABLE `TABLE_NAME` ADD PRIMARY KEY ( `ID` ); /* General INDEXING (1 or more field) */ ALTER TAB...
›
Home
View web version
Powered by Blogger.