---
title: "What is SERIAL data type in MySQL?"  
description: "What is SERIAL data type in MySQL?"  
author: "Anonymous User"  
published: 2011-04-23  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/789/what-is-serial-data-type-in-mysql  
category: "mysql"  
tags: ["mysql"]  
reading_time: 1 minute  

---

# What is SERIAL data type in MySQL?

BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT

## Answers

### Answer by Anonymous User

BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT


---

Original Source: https://www.mindstick.com/interview/789/what-is-serial-data-type-in-mysql

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
