Return the DuckDB SQL expression that builds a short citation string from the authorships and publication_year columns in OpenAlex works data.
Source: R/sql_helpers.R
oa_works_citation_sql.RdFormat: "Author (year)" / "A & B (year)" /
"A et al. (year)".
Null year renders as "(n.d.)".
Null or empty authorships yields NULL.