inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 68283
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 935395 | 935395 | 226695 226695 | 68283 68283 |
| 935396 | 935396 | 236563 236563 | 68283 68283 |
| 935397 | 935397 | 78587 78587 | 68283 68283 |
| 935398 | 935398 | 207838 207838 | 68283 68283 |
| 935399 | 935399 | 156235 156235 | 68283 68283 |
| 935400 | 935400 | 47116 47116 | 68283 68283 |
| 935401 | 935401 | 244342 244342 | 68283 68283 |
| 935402 | 935402 | 207839 207839 | 68283 68283 |
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)
);