9 rows where Zip Codes = 63, qCaretaker_id = 2 and qSpecies_id = 35

View and edit SQL

qCaretaker_id

  • Private · 9

Zip Codes

rowid ▼ TreeID qLegalStatus_id qSpecies_id qAddress SiteOrder qSiteInfo PlantType qCaretaker_id qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location Fire Prevention Districts Police Districts Supervisor Districts Zip Codes Neighborhoods (old)
20168 211040 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 52 Burnside Ave 11 Sidewalk: Property side : Yard Tree Private 2     24     6001161.45161 2095717.92279 37.7345077855016 -122.438402718629 (37.7345077855016, -122.438402718629) 9 7 5 63 7
36557 211039 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 52 Burnside Ave 10 Sidewalk: Property side : Yard Tree Private 2     23     6001157.31367 2095726.26325 37.7345304511011 -122.438417622186 (37.7345304511011, -122.438417622186) 9 7 5 63 7
39027 211036 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 61 Burnside Ave 3 Sidewalk: Property side : Yard Tree Private 2     14     6001192.69302 2095737.41742 37.7345630902121 -122.438296103083 (37.7345630902121, -122.438296103083) 2 7 5 63 7
69893 211037 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 61 Burnside Ave 4 Sidewalk: Property side : Yard Tree Private 2     16     6001183.29295 2095747.84811 37.7345911958118 -122.438329349227 (37.7345911958118, -122.438329349227) 2 7 5 63 7
83823 211035 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 61 Burnside Ave 1 Sidewalk: Property side : Yard Tree Private 2     20     6001198.5187 2095714.51341 37.7345005324595 -122.438274321504 (37.7345005324595, -122.438274321504) 2 7 5 63 7
96104 234476 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 784 Duncan St 2 Sidewalk: Property side : Yard Tree Private 2     2 Width 6ft   6001432.63511 2099723.41327 37.7455213464352 -122.437751929628 (37.7455213464352, -122.437751929628) 2 7 5 63 22
120441 234471 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 1350 Noe St 5 Sidewalk: Property side : Yard Tree Private 2     16     6003196.85258 2100348.13678 37.7473368492221 -122.431696139568 (37.7473368492221, -122.431696139568) 2 4 5 63 22
161876 211038 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 52 Burnside Ave 1 Sidewalk: Property side : Yard Tree Private 2     36     6001171.81546 2095754.02956 37.7346075158123 -122.438369473392 (37.7346075158123, -122.438369473392) 2 7 5 63 7
189697 234478 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 398 Surrey St 2 Sidewalk: Property side : Yard Tree Private 2     30 Width 5ft   6001098.40077 2096167.19905 37.7357378071451 -122.43865288754 (37.7357378071451, -122.43865288754) 2 7 5 63 7

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "trees" (
   [rowid] INTEGER PRIMARY KEY,
   [TreeID] TEXT,
   [qLegalStatus_id] INTEGER REFERENCES [qLegalStatus]([id]),
   [qSpecies_id] INTEGER,
   [qAddress] TEXT,
   [SiteOrder] TEXT,
   [qSiteInfo] TEXT,
   [PlantType] TEXT,
   [qCaretaker_id] INTEGER REFERENCES [qCaretaker]([id]),
   [qCareAssistant] TEXT,
   [PlantDate] TEXT,
   [DBH] TEXT,
   [PlotSize] TEXT,
   [PermitNotes] TEXT,
   [XCoord] TEXT,
   [YCoord] TEXT,
   [Latitude] TEXT,
   [Longitude] TEXT,
   [Location] TEXT,
   [Fire Prevention Districts] TEXT,
   [Police Districts] TEXT,
   [Supervisor Districts] TEXT,
   [Zip Codes] TEXT,
   [Neighborhoods (old)] TEXT,
   FOREIGN KEY(qSpecies_id) REFERENCES qSpecies(id)
);