109 rows where qSpecies_id = 76 sorted by qCaretaker_id

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)
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
68076 115541 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 780 DOUGLASS ST 1 Sidewalk: Property side : Yard Tree Rec/Park 5     24 3x3   6001139 2101871 37.7514014062737 -122.438921147793 (37.7514014062737, -122.438921147793) 2 4 5 28862 22
73983 115542 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 780 DOUGLASS ST 2 Sidewalk: Property side : Yard Tree Rec/Park 5       3x3   6001139 2101871 37.7514014062737 -122.438921147793 (37.7514014062737, -122.438921147793) 2 4 5 28862 22
105860 115545 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 780 DOUGLASS ST 5 Sidewalk: Property side : Yard Tree Rec/Park 5       3x3   6001139 2101871 37.7514014062737 -122.438921147793 (37.7514014062737, -122.438921147793) 2 4 5 28862 22
116358 115543 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 780 DOUGLASS ST 3 Sidewalk: Property side : Yard Tree Rec/Park 5       3x3   6001139 2101871 37.7514014062737 -122.438921147793 (37.7514014062737, -122.438921147793) 2 4 5 28862 22
126223 115546 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 780 DOUGLASS ST 6 Sidewalk: Property side : Yard Tree Rec/Park 5       3x3   6001139 2101871 37.7514014062737 -122.438921147793 (37.7514014062737, -122.438921147793) 2 4 5 28862 22
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
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

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