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 = 16498

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
341075 341075 39417 39417 16498 16498
341076 341076 222164 222164 16498 16498
341077 341077 527898 527898 16498 16498
341078 341078 482694 482694 16498 16498
341079 341079 461515 461515 16498 16498
341080 341080 275885 275885 16498 16498
341081 341081 489773 489773 16498 16498
341082 341082 78971 78971 16498 16498
341083 341083 418411 418411 16498 16498
341084 341084 7905 7905 16498 16498
341085 341085 248665 248665 16498 16498
341086 341086 275884 275884 16498 16498
341087 341087 371372 371372 16498 16498
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 275.473ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website