inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 15431
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 120506 | 120506 | 488826 488826 | 15431 15431 |
| 120507 | 120507 | 77517 77517 | 15431 15431 |
| 120508 | 120508 | 7260 7260 | 15431 15431 |
| 120509 | 120509 | 312884 312884 | 15431 15431 |
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)
);