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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
1021570 1021570 289413 289413 100295 100295
1021571 1021571 270584 270584 100295 100295
1021572 1021572 290331 290331 100295 100295
1021573 1021573 276884 276884 100295 100295
1021574 1021574 288028 288028 100295 100295
1021575 1021575 288377 288377 100295 100295
1021576 1021576 296735 296735 100295 100295
1021577 1021577 294662 294662 100295 100295
1021578 1021578 69801 69801 100295 100295
1021579 1021579 289528 289528 100295 100295
1021580 1021580 68166 68166 100295 100295
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 297.386ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website