The SELECT INTO syntax in PL/SQL requires specifying the column name first, followed by the INTO keyword, then the variable name, then FROM, and optionally a WHERE clause. Option B correctly shows this structure with column_name as the source and variable_name as the destination.