Databases and SQL

5. Databases and SQL#

Syllabus Points Covered
Programming for the web
Designing web applications
  • Model elements that form a web development system

    • interfacing with databases that are based on Structured Query Language (SQL) or non-SQL

  • Observe and describe the back-end process used to manage a web request

    • databases

  • Apply a web-based database and construct script that executes SQL

    • selecting fields

    • incorporating ‘group by’

    • common SQL queries

    • constraints using WHERE keyword

    • table joins

Chapter Contents