inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 77639
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 178118 | 178118 | 53097 53097 | 77639 77639 |
| 178119 | 178119 | 227348 227348 | 77639 77639 |
| 178120 | 178120 | 332754 332754 | 77639 77639 |
| 178121 | 178121 | 503688 503688 | 77639 77639 |
| 178122 | 178122 | 168728 168728 | 77639 77639 |
| 178123 | 178123 | 105107 105107 | 77639 77639 |
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)
);