inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 57512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 152543 | 152543 | 57512 57512 | 83854 83854 |
| 734181 | 734181 | 57512 57512 | 83857 83857 |
| 753553 | 753553 | 57512 57512 | 83855 83855 |
| 826126 | 826126 | 57512 57512 | 83856 83856 |
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)
);