INSERT INTO my_employee(ID,last_name,first_name,userID,salary) VALUES (&ID,\'&last_name\',\'&first_name\',\'&userID\',\'&salary\'); SELECT