home / zeropm-v0-0-4

inventory_summary

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

13 rows where query_id = 29543

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
125224 125224 229654 229654 29543 29543
125225 125225 67938 67938 29543 29543
125226 125226 264501 264501 29543 29543
125227 125227 15167 15167 29543 29543
125228 125228 103217 103217 29543 29543
125229 125229 264500 264500 29543 29543
125230 125230 338487 338487 29543 29543
125231 125231 241923 241923 29543 29543
125232 125232 264503 264503 29543 29543
125233 125233 534082 534082 29543 29543
125234 125234 39409 39409 29543 29543
125235 125235 264502 264502 29543 29543
125236 125236 502374 502374 29543 29543
CREATE TABLE [inventory_summary] (
        [inventory_id] integer,
        [query_id] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);
Powered by Datasette · Queries took 756.524ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website