SELECT * FROM Customers
WHERE Country LIKE '%ada%';
SELECT * FROM Customers_A
UNION SELECT * FROM Customers_B
SELECT * FROM Customers_A
EXCEPT SELECT * FROM Customers_B;
SELECT * FROM R, S;
This is presenter note with. You can write down notes through HTML comment.
Relation: Attribute und Tupel. Attribut: Typ Tupel: Geordnete Werte, Datensatz.