SELECT t1.name AS u_n, t2.name AS c_n, t.date AS date FROM login AS t, user AS t1, client AS t2, ( SELECT user_id, MAX(date) AS max_date &...