inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 55069
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 31233 | 31233 | 55069 55069 | 80516 80516 |
| 302664 | 302664 | 55069 55069 | 80513 80513 |
| 706066 | 706066 | 55069 55069 | 80517 80517 |
| 706077 | 706077 | 55069 55069 | 80515 80515 |
| 976370 | 976370 | 55069 55069 | 80514 80514 |
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)
);