Good afternoon, prompt please in my problem.
There is a table REPORT , which consists of columns MAC_ADDRESS, CREATED_DATE, HASH
And a table COMPUTER, which from MAC_ADDRESS (as it is used to communicate with the REPORT), CREATED_DATE, CHANGED_DATE, HASH
Initially, the COMPUTER table is empty, and REPORT periodically fille...