79709833

Date: 2025-07-22 03:24:48
Score: 1
Natty:
Report link

perhaps write like this

SELECT a.FirstName AS Name, l.Restaurant AS Location, l.Date AS Date
FROM Account AS a 
JOIN SignUp AS s ON s.UserID = a.UserID
JOIN Luncheon AS l ON s.UserID = l.LuncheonID;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: alan g