Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Points
7. Getting to know the table sf_atms
Polygons
Summary

Instruction

Nicely done! Now, let's take a look at the other table with points.

Exercise

Select all the information from the table sf_atms.

Each ATM has:

  • a unique identifier (id),
  • coordinates (a geometry column),
  • the company it belongs to (company),
  • a true/false flag which indicating whether it accepts foreign credit cards (international).

Stuck? Here's a hint!

To select everything, use SELECT *.