Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which function should be used to retrieve the query ID of the second most recent query executed in the current session?
A
Select LAST_QUERY_ID(-2)
B
Select LAST_QUERY_ID(-1)
C
Select LAST_QUERY_ID(1)
D
Select LAST_QUERY_ID(2)