inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 64979
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 315361 | 315361 | 64979 64979 | 34263 34263 |
| 410559 | 410559 | 64979 64979 | 35847 35847 |
| 899150 | 899150 | 64979 64979 | 95359 95359 |
| 901760 | 901760 | 64979 64979 | 95360 95360 |
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)
);