inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 3624
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1022994 | 1022994 | 42713 42713 | 3624 3624 |
| 1022995 | 1022995 | 297130 297130 | 3624 3624 |
| 1022996 | 1022996 | 1438 1438 | 3624 3624 |
| 1022997 | 1022997 | 5915 5915 | 3624 3624 |
| 1022998 | 1022998 | 259725 259725 | 3624 3624 |
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)
);