Syntax:
SELECT colour FROM grade;
Semantics:
For each row in the grade table instance return the chosen attributes' value.
Syntax:
SELECT colour FROM grade;
Semantics:
For each row in the grade table instance return the chosen attributes' value.