home / zeropm-v0-0-4

inventory_summary

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

11 rows where query_id = 11520

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
520893 520893 525581 525581 11520 11520
520894 520894 4845 4845 11520 11520
520895 520895 343517 343517 11520 11520
520896 520896 74159 74159 11520 11520
520897 520897 286564 286564 11520 11520
520898 520898 216376 216376 11520 11520
520899 520899 65999 65999 11520 11520
520900 520900 153251 153251 11520 11520
520901 520901 254583 254583 11520 11520
520902 520902 485966 485966 11520 11520
520903 520903 32382 32382 11520 11520
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 320.7ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website