Multiple Choice
The ___ keyword is often used with the primary key to generate a unique id for each new row in a table.
A) UNIQUE_ID
B) INCREMENT_ID
C) AUTO_INCREMENT
D) AUTO_INCREMENT_ID
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When you are finished working with query
Q2: To prevent your code from trying to
Q3: Almost every command sent to MySQL from
Q5: To delete a database, use the _
Q6: The <B>mysql_info()</B> function only returns query information
Q7: A result pointer is a special type
Q8: The <B>mysql_info()</B> function also returns information for
Q9: The <B>mysql_error()</B> function returns a value of
Q10: To close a database connection, use _.<br>A)
Q11: You can suppress error messages in PHP