Chapter 9 Database 2023
Chapter 9 Database 2023
Only the SELECT and FROM commands are mandatory in an SQL script.
All other commands are optional.
SELECT *
WHERE (Weight > 60.5 AND Weight <75) AND ( Height > 65)
– this specifies a sort in ascending or alphabetical order starting with the first field.
– this specifies a sort in descending or reverse alphabetical order starting with the first field.
– this specifies the field (column) to count if the given criterium is met.
2210_s15_qp21
2210_s15_qp22
2210_w15_qp22
2210_w15_qp23
2210_s16_qp21
2210_s16_qp22
2210_w16_qp22
2210_w16_qp23
2210_s17_qp21
2210_s17_qp22
2210_w17_qp22
2210_w17_qp23
2210_s18_qp21
2210_s18_qp22
2210_w18_qp22
2210_w18_qp23
2210_s19_qp21
2210_s19_qp21
2210_w19_qp22
2210_w19_qp23
2210_s2020_qp21
2210_s2020_qp22
W20_qp22
W20_qp23
S21_qp21