What null values are used for in the relational model?
Describe three situations in which the use of null values either complicates the syntax of SQL or makes query processing more involved.
What is three-valued logic?
a logic systems in which there are three truth values indicating true, false and some indeterminate third value ( NULL in case of sql)
What is a left outer join?
includes all tuples from the left relation, padded with NULL values, where no matching tuples exist in the right relation.
What is a Natural join operation?