I need to look up data from 2 different tables to match the person ID from the PersonID table with the peripheral number from the agent table. Here is my query which works fine in SSMSSELECT t_Person.LoginName, Agent.PeripheralNumberFROM Agent INNER...