How do I get the IDs of the inserted data?

I am using an execute query activity to insert data to the database

My query is something like

INSERT INTO TableName (Name, Address, Mobile)
VALUES (“Aaron Jones”, “New York City”, “99999999999”)

also to note, I insert multiple data.