inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 17313
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 453490 | 453490 | 281494 281494 | 17313 17313 |
| 453491 | 453491 | 281493 281493 | 17313 17313 |
| 453492 | 453492 | 251821 251821 | 17313 17313 |
| 453493 | 453493 | 8353 8353 | 17313 17313 |
| 453494 | 453494 | 49164 49164 | 17313 17313 |
| 453495 | 453495 | 490721 490721 | 17313 17313 |
| 453496 | 453496 | 281492 281492 | 17313 17313 |
| 453497 | 453497 | 281495 281495 | 17313 17313 |
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)
);