You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code should be using the capabilities of SQL to update the table and check for duplicate keys and you wouldn't have to iterate over the names with a for loop (why aren't you using forEach?).
You shouldn't check the existence of a key manually,
The code should be using the capabilities of SQL to update the table and check for duplicate keys and you wouldn't have to iterate over the names with a for loop (why aren't you using forEach?).
You shouldn't check the existence of a key manually,