Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What MySQL property is used to create a surrogate key in MySQL?

a) UNIQUE
b) SEQUENCE
c) AUTO_INCREMENT
d) None of the mentioned

Answer: c
Explanation: A surrogate key in a database is a unique identifier for either an entity in the modeled world or an object in the database.

Join The Discussion