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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
165669 165669 30355 30355 15080 15080
165670 165670 86926 86926 15080 15080
165671 165671 266979 266979 15080 15080
165672 165672 266978 266978 15080 15080
165673 165673 243328 243328 15080 15080
165674 165674 494167 494167 15080 15080
165675 165675 46085 46085 15080 15080
165676 165676 227979 227979 15080 15080
165677 165677 7052 7052 15080 15080
165678 165678 529960 529960 15080 15080
165679 165679 159571 159571 15080 15080
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 318.453ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website