home / zeropm-v0-0-4

inventory_summary

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

12 rows where query_id = 15831

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
977389 977389 489165 489165 15831 15831
977390 977390 453527 453527 15831 15831
977391 977391 59949 59949 15831 15831
977392 977392 41871 41871 15831 15831
977393 977393 7512 7512 15831 15831
977394 977394 77965 77965 15831 15831
977395 977395 360780 360780 15831 15831
977396 977396 228587 228587 15831 15831
977397 977397 155864 155864 15831 15831
977398 977398 480894 480894 15831 15831
977399 977399 405170 405170 15831 15831
977400 977400 242835 242835 15831 15831
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 299.528ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website