can't solve a homework problem for computer class. Any clues?: Given two tables, USERS and LOG, where USERID is a primary key in USERS and a foreign key in LOG, write a SQL statement that will return LOG records (all fields) with corresponding USERIDs in USERS. The report should include the LAST_NAME field from USERS and be sorted by user's last name, i.e., USERS.LAST_NAME
Thanks in advance for any help!