Column names in RDBMS are scoped to their individual tables, so multiple tables can have columns with identical names without conflict. When referencing columns in queries, you use dot notation (table_name.column_name) to disambiguate which column you mean.