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 *.



