inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 55352
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 438395 | 438395 | 30544 30544 | 55352 55352 |
| 438396 | 438396 | 153022 153022 | 55352 55352 |
| 438397 | 438397 | 73693 73693 | 55352 55352 |
| 438398 | 438398 | 485705 485705 | 55352 55352 |
| 438399 | 438399 | 280409 280409 | 55352 55352 |
| 438400 | 438400 | 280410 280410 | 55352 55352 |
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)
);