inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 6390
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 201018 | 201018 | 2549 2549 | 6390 6390 |
| 201019 | 201019 | 16251 16251 | 6390 6390 |
| 201020 | 201020 | 299501 299501 | 6390 6390 |
| 201021 | 201021 | 269622 269622 | 6390 6390 |
| 201022 | 201022 | 244797 244797 | 6390 6390 |
| 201023 | 201023 | 269621 269621 | 6390 6390 |
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)
);