inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 5472
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 897448 | 897448 | 265498 265498 | 5472 5472 |
| 897449 | 897449 | 2169 2169 | 5472 5472 |
| 897450 | 897450 | 71441 71441 | 5472 5472 |
| 897451 | 897451 | 238044 238044 | 5472 5472 |
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)
);