109 rows where qSpecies_id = 76 sorted by Police Districts

View and edit SQL

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)
65723 108022 Significant Tree 6 Grevillea robusta :: Silk Oak Tree 76 455X Ivy St 2 Front Yard : Cutout Tree Private 2           6005179.30837 2111099.83336 37.776970634543 -122.42560603936 (37.776970634543, -122.42560603936) 7 9 11 28852 10
94511 129062 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 2241 North Point St 1 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 4ft   5999950.90619 2120537.50711 37.8025872009987 -122.444371034307 (37.8025872009987, -122.444371034307) 13 9 1 57 17
97023 129060 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 2255 North Point St 1 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 3ft   5999914.28487 2120531.68335 37.8025691210224 -122.444497343202 (37.8025691210224, -122.444497343202) 13 9 1 57 17
101392 108015 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 538 Hayes St 1 Sidewalk: Curb side : Cutout Tree Private 2     10     6005265.5161 2110985.6699 37.7766620402908 -122.425299694163 (37.7766620402908, -122.425299694163) 7 9 11 28852 10
136152 255328 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 1003x Turk St 3 Sidewalk: Property side : Cutout Tree DPW 1       3x3   6005211 2112640 37.7812013451486 -122.425606050794 (37.7812013451486, -122.425606050794) 7 9 11 28852 41
141865 228373 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 73 Webster St 1 : Tree Private 2     20 Width 5ft   6004278.05923 2108889.68062 37.7708511296121 -122.428566158019 (37.7708511296121, -122.428566158019) 7 9 11 29492 10
185187 129061 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 2255 North Point St 2 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 4ft   5999929.40393 2120533.73954 37.8025756294294 -122.444445171727 (37.8025756294294, -122.444445171727) 13 9 1 57 17
186968 129063 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 2241 North Point St 2 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 4ft   5999968.12389 2120538.72969 37.8025915402148 -122.444311540544 (37.8025915402148, -122.444311540544) 13 9 1 57 17
191800 108007 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 520 Hayes St 5 Sidewalk: Curb side : Cutout Tree Private 2     18 3x3   6005276.0229 2110986.1475 37.7766639452468 -122.425263382021 (37.7766639452468, -122.425263382021) 7 9 11 28852 10

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)
);