7.   List the three BASIC SQL operations which an RDMS supports, and explain what they do.

 

 

SELECT

Choose All or Specific values from a table

 

PROJECT

Produce list of all values for a selected attribute

 

JOIN

Links 2 different tables together (Producing a different table)