home / zeropm-v0-0-4

inventory_summary

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

12 rows where query_id = 18762

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
529997 529997 286904 286904 18762 18762
529998 529998 484166 484166 18762 18762
529999 529999 492361 492361 18762 18762
530000 530000 83553 83553 18762 18762
530001 530001 337265 337265 18762 18762
530002 530002 380751 380751 18762 18762
530003 530003 429296 429296 18762 18762
530004 530004 254798 254798 18762 18762
530005 530005 529029 529029 18762 18762
530006 530006 468604 468604 18762 18762
530007 530007 9163 9163 18762 18762
530008 530008 286905 286905 18762 18762
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 1493.101ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website