pub fn build_aliased_columns(table_name: &str, columns: &[&str]) -> String
Generate aliased column names for eager loading.
Prefixes each column with the table name to avoid conflicts.