locations
Each row represents a physical or virtual venue for instructor-led training, including address, timezone, and room.
Full schema
View all columns and table relationships
Status group
No, this table does not include a statusgroup column.
Sample query
select
t.address1,
t.address2,
t.city,
t.country,
t.name
from locations as t
limit 100