home / zeropm-v0-0-4

inventory_summary

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

5 rows where inventory_id = 67900

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
129467 129467 67900 67900 3608 3608
758163 758163 67900 67900 99891 99891
758830 758830 67900 67900 99892 99892
996376 996376 67900 67900 99890 99890
1000670 1000670 67900 67900 97163 97163
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 787.058ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website