inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 27275
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1023914 | 1023914 | 500336 500336 | 27275 27275 |
| 1023915 | 1023915 | 100138 100138 | 27275 27275 |
| 1023916 | 1023916 | 532764 532764 | 27275 27275 |
| 1023917 | 1023917 | 13817 13817 | 27275 27275 |
| 1023918 | 1023918 | 42748 42748 | 27275 27275 |
| 1023919 | 1023919 | 256503 256503 | 27275 27275 |
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)
);