Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture introduces conditional queries in the context of geographic information systems, covering the syntax of conditional queries, understanding how joins work, and the use of WHERE clause for filtering data. The lecture also explains operators like IN, BETWEEN, IS NULL, and LIKE, and how to combine conditions using AND and OR. It delves into different types of joins, such as INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN, to combine information from multiple tables based on common fields.