inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 404224
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 33016 | 33016 | 459292 459292 | 404224 404224 |
| 33017 | 33017 | 414967 414967 | 404224 404224 |
| 33018 | 33018 | 414968 414968 | 404224 404224 |
| 33019 | 33019 | 495049 495049 | 404224 404224 |
| 33020 | 33020 | 481878 481878 | 404224 404224 |
| 33021 | 33021 | 368373 368373 | 404224 404224 |
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)
);