1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Select
this commands will produced the selected values of attributes for every row that is true for a set of specified conditions
Project
this commands will show all values of the selected fields/attributes
Union
this commands will show all the union of two tables (A and B)
Intersect
this command will show the rows in which A and B intersect or are the same. A and B
Difference
this command will show the rows two tables that only appear in one table and do not appear in the other.
Product
produces all combinations of rows from two tables (A and B) where the first part of the row is from table A and the second part is table B
Join
this command combines rows from two tables that have shared values on a selected attribute.
Divided
this command combines rows from two tables that have shared values on a selected attribute.