| MySQL | ||
| An auto number field can provide a unique identifier where no other is available. | ||
| Specific to MySQL | ||
| You may specify AUTO_INCREMENT on a secondary column in a multiple column index. CREATE TABLE Examples of auto increment | ||
| MySQL | ||
| An auto number field can provide a unique identifier where no other is available. | ||
| Specific to MySQL | ||
| You may specify AUTO_INCREMENT on a secondary column in a multiple column index. CREATE TABLE Examples of auto increment | ||