Is primary key auto increment?



Is primary key auto increment?..

Answer / Anuja Pandey

By default, a primary key column in MySQL is configured to use an auto-increment feature, which automatically assigns unique numbers to each new record added to the table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is the datatype for password in mysql?

1 Answers  


What is the query to display top 20 rows?

1 Answers  


Why do we use the mysql database server?

1 Answers  


how to declare unique key in creating a table..?

2 Answers  


What are the types of database engines available in mysql?

1 Answers  


What is the difference between mysql and sql?

1 Answers  


What is the data type for file in mysql?

1 Answers  


about foregine

2 Answers  


What is pdo :: fetch_assoc?

1 Answers  


What is view in mysql?

1 Answers  


What's new in mysql 8?

1 Answers  


How do I view a mysql database?

1 Answers  


Categories