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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
608227 608227 486212 486212 11830 11830
608228 608228 525794 525794 11830 11830
608229 608229 153481 153481 11830 11830
608230 608230 45791 45791 11830 11830
608231 608231 257090 257090 11830 11830
608232 608232 213795 213795 11830 11830
608233 608233 238420 238420 11830 11830
608234 608234 5056 5056 11830 11830
608235 608235 292052 292052 11830 11830
608236 608236 29602 29602 11830 11830
608237 608237 292051 292051 11830 11830
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 980.6ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website