inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 59672
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 160513 | 160513 | 59672 59672 | 20185 20185 |
| 773224 | 773224 | 59672 59672 | 87415 87415 |
| 887422 | 887422 | 59672 59672 | 87413 87413 |
| 961349 | 961349 | 59672 59672 | 87414 87414 |
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)
);