Narrowing a VARCHAR from VARCHAR(200) to VARCHAR(100) — not allowed if existing data exceeds the new length. - Changing scale of DECIMAL (e.g., DECIMAL(10,2) to DECIMAL(10,4)) — this changes data interpretation and is not a simple widen. - Changing data type family (e.g., INTEGER to VARCHAR) — not a