Searched for "In what order does the following statement resolve in SQL: x AND y OR z ?"
The output was correct, but the source listed beneath it links to an unrelated Stack Overflow post about ordering columns for SQL select statements.
Expected output for the listed sources would be something related to lexical syntax / operator precedence in SQL, such as https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-PRECEDENCE