inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 57503
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 340044 | 340044 | 316564 316564 | 57503 57503 |
| 340045 | 340045 | 496446 496446 | 57503 57503 |
| 340046 | 340046 | 34123 34123 | 57503 57503 |
| 340047 | 340047 | 91525 91525 | 57503 57503 |
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)
);