inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 65114
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 143700 | 143700 | 489119 489119 | 65114 65114 |
| 143701 | 143701 | 77903 77903 | 65114 65114 |
| 143702 | 143702 | 527485 527485 | 65114 65114 |
| 143703 | 143703 | 228669 228669 | 65114 65114 |
| 143704 | 143704 | 45015 45015 | 65114 65114 |
| 143705 | 143705 | 155824 155824 | 65114 65114 |
| 143706 | 143706 | 319699 319699 | 65114 65114 |
| 143707 | 143707 | 242784 242784 | 65114 65114 |
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)
);