Is there a way of writing a query that looks at a table and works out from staffNumber, which staff members number appears most on the table and then links back to the STAFF table and shows their name?
So there are two tables
ORDERSPROCESSED and STAFF
And I want to view which staff member has processed the most orders by looking in the staffNumber column, and then once I have found it, I look in my STAFF table for that staffNumber and then give that result.
So there are two tables
ORDERSPROCESSED and STAFF
And I want to view which staff member has processed the most orders by looking in the staffNumber column, and then once I have found it, I look in my STAFF table for that staffNumber and then give that result.