The uppercase problem
SQL convention writes keywords in uppercase, which means a shift press on almost every keyword. That constant modifier use is a distinct skill from lowercase typing, and it is the main reason SQL feels slower to type than its short keyword list suggests.
Clause order as muscle memory
Queries follow a fixed skeleton: SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY. Drilling that order as a typed sequence, rather than recalling it clause by clause, removes a surprising amount of hesitation from everyday query writing.