inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 66752
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 454592 | 454592 | 528383 528383 | 66752 66752 |
| 454593 | 454593 | 46009 46009 | 66752 66752 |
| 454594 | 454594 | 156974 156974 | 66752 66752 |
| 454595 | 454595 | 81110 81110 | 66752 66752 |
| 454596 | 454596 | 490767 490767 | 66752 66752 |
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)
);