SELECT agent.name, agent.operationID as ag_opID, operation.operationID as op_opID, operation.name FROM agent, operation;