inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 67807
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 135367 | 135367 | 67807 67807 | 15636 15636 |
| 404318 | 404318 | 67807 67807 | 99757 99757 |
| 702898 | 702898 | 67807 67807 | 99756 99756 |
| 942542 | 942542 | 67807 67807 | 15637 15637 |
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)
);