Posts by Diogo Correia • 24 points
1 post
-
0
votes1
answer34
viewsA: How to merge SQL when the key variable repeats in one of the tables?
There may be some differences depending on the SQL language you are using, but this should solve your problem:: create table firms_workers ( id INT, firm_name VARCHAR(100), capital INT, worker_name…