inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 366
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 520499 | 520499 | 532455 532455 | 366 366 |
| 520500 | 520500 | 134 134 | 366 366 |
| 520501 | 520501 | 164605 164605 | 366 366 |
| 520502 | 520502 | 73521 73521 | 366 366 |
| 520503 | 520503 | 13472 13472 | 366 366 |
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)
);