Concept Flow - CAST and CONVERT for type changes
Start with original value
Choose target data type
Apply CAST or CONVERT
Check if conversion is valid
Return converted value
End
The flow shows how a value is taken, a target type is chosen, then CAST or CONVERT changes the type, checking validity before returning the result or error.