inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 403593
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 866676 | 866676 | 448454 448454 | 403593 403593 |
| 866677 | 866677 | 397577 397577 | 403593 403593 |
| 866678 | 866678 | 480049 480049 | 403593 403593 |
| 866679 | 866679 | 397576 397576 | 403593 403593 |
| 866680 | 866680 | 448453 448453 | 403593 403593 |
| 866681 | 866681 | 488155 488155 | 403593 403593 |
| 866682 | 866682 | 353623 353623 | 403593 403593 |
| 866683 | 866683 | 353622 353622 | 403593 403593 |
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)
);