109 rows where qSpecies_id = 76

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)
179742 141658 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 54 Atalaya Ter 4 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 0ft   5998860.6823 2110837.2622 37.7758906238995 -122.447445119704 (37.7758906238995, -122.447445119704) 15 6 2 29492 16
183770 115544 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 780 DOUGLASS ST 4 Sidewalk: Property side : Yard Tree Rec/Park 5       3x3   6001139 2101871 37.7514014062737 -122.438921147793 (37.7514014062737, -122.438921147793) 2 4 5 28862 22
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
185328 228391 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 741 Douglass St 1 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 5ft   6001283.19215 2101774.69957 37.7511451912112 -122.438415616682 (37.7511451912112, -122.438415616682) 2 4 5 28862 22
185343 228386 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 2825 23rd St 1 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 5ft   6009858.41124 2102775.39464 37.7543769112784 -122.408832064557 (37.7543769112784, -122.408832064557) 2 4 7 28859 19
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
191751 115547 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 780 DOUGLASS ST 7 Sidewalk: Property side : Yard Tree Rec/Park 5       3x3   6001139 2101871 37.7514014062737 -122.438921147793 (37.7514014062737, -122.438921147793) 2 4 5 28862 22
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
193431 86972 Permitted Site 7 Grevillea robusta :: Silk Oak Tree 76 3274 26th St 2 Sidewalk: Curb side : Cutout Tree Private 2   11/27/2007 12:00:00 AM   3x3 Permit Number 49936 6007899 2100950 37.7492548435872 -122.415479005477 (37.7492548435872, -122.415479005477) 2 4 7 28859 19

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