6) selects only the DISTINCT values from the "side" column in the "Reserves" table code example
Example: 6) selects only the DISTINCT values from the "side" column in the "Reserves" table
select distinct sId from reserves;
select distinct sId from reserves;