You have just inserted a new row into a table whose Primary Key has the AUTO_INCREMENT property - without specifying the Primary Key. How would you retrieve the new row's Primary Key from the database?

🎲 Try a Random Question  |  Total Questions in Quiz: 167  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
MySQL Fundamentals Test — practice the complete quiz, review flashcards, or try a random question.


You have just inserted a new row into a table whose Primary Key has the AUTO_INCREMENT property - without specifying the Primary Key. How would you retrieve the new row's Primary Key from the database?