This smell occurs when a table or an attribute name is cryptic or meaningless.
Meaningless or cryptic names hamper readability of the database's schema.
CREATE TABLE master (
id TEXT PRIMARY KEY,
tx0 INTEGER,
tx1 TEXT,
-- other attributes
);
Redgate, “119 SQL Code Smells,” 2017.
All rights reserved (c) Tushar Sharma 2017-23.