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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
266973 266973 58641 58641 11954 11954
623052 623052 58641 58641 11953 11953
702675 702675 58641 58641 85697 85697
789832 789832 58641 58641 85695 85695
905316 905316 58641 58641 85696 85696
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 450.007ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website