inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 13448
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 837759 | 837759 | 495143 495143 | 13448 13448 |
| 837760 | 837760 | 6042 6042 | 13448 13448 |
| 837761 | 837761 | 66927 66927 | 13448 13448 |
| 837762 | 837762 | 246521 246521 | 13448 13448 |
| 837763 | 837763 | 530438 530438 | 13448 13448 |
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)
);