The examples you have been given are in the format the examiners will expect in the HSC - the syllabus doesnt say anything about teaching Access, or Word or Excel for that matter ( just those forms of software) and so you can not be expected to answer in the same syntax as Access.
Just remember
Structured Queried Language (SQL) is a query language used to access and manage data in a relational database.
SELECT field eg LastName
FROM table eg Customer
WHERE criteria eg LastName = “Smith”
ORDER BY display eg LastName DESC
Ascending order is default ie. if not stated use ascending
Fields are separated by commas
Entity and its attribute separated by full stop
Search criteria enclosed in double quotes