We will look at the list of assignment operators, and at a demonstration of assignment operators. The following shows the list of assignment operators:
- =: The selection for a given value in the set expression
- +=: The selection of the values combined with the values in the set expression
- -=: The selection of the values subtracted by the values in the set expression
- *=: The intersection of the selected values and the values in the set expression
- /=: The common values between both the selection and the values in the set expression