inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68165
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 78961 | 78961 | 68165 68165 | 29056 29056 |
| 834022 | 834022 | 68165 68165 | 100293 100293 |
| 859269 | 859269 | 68165 68165 | 100292 100292 |
| 1021504 | 1021504 | 68165 68165 | 100291 100291 |
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)
);