inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 19392
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 953664 | 953664 | 57724 57724 | 19392 19392 |
| 953665 | 953665 | 297117 297117 | 19392 19392 |
| 953666 | 953666 | 9498 9498 | 19392 19392 |
| 953667 | 953667 | 259718 259718 | 19392 19392 |
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)
);