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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
127355 127355 155629 155629 15491 15491
127356 127356 56884 56884 15491 15491
127357 127357 259945 259945 15491 15491
127358 127358 488891 488891 15491 15491
127359 127359 242041 242041 15491 15491
127360 127360 35662 35662 15491 15491
127361 127361 77595 77595 15491 15491
127362 127362 527310 527310 15491 15491
127363 127363 207558 207558 15491 15491
127364 127364 7304 7304 15491 15491
127365 127365 316426 316426 15491 15491
127366 127366 207557 207557 15491 15491
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 330.951ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website