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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
143826 143826 38362 38362 9155 9155
143827 143827 7485 7485 9155 9155
143828 143828 228665 228665 9155 9155
143829 143829 155829 155829 9155 9155
143830 143830 3684 3684 9155 9155
143831 143831 489125 489125 9155 9155
143832 143832 527487 527487 9155 9155
143833 143833 47127 47127 9155 9155
143834 143834 265816 265816 9155 9155
143835 143835 77916 77916 9155 9155
143836 143836 236164 236164 9155 9155
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 279.864ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website