inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 404463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 958927 | 958927 | 482295 482295 | 404463 404463 |
| 958928 | 958928 | 369912 369912 | 404463 404463 |
| 958929 | 958929 | 416690 416690 | 404463 404463 |
| 958930 | 958930 | 416691 416691 | 404463 404463 |
| 958931 | 958931 | 460392 460392 | 404463 404463 |
| 958932 | 958932 | 495901 495901 | 404463 404463 |
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)
);