inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404983
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 741011 | 741011 | 483397 483397 | 404983 404983 |
| 741012 | 741012 | 374343 374343 | 404983 404983 |
| 741013 | 741013 | 490569 490569 | 404983 404983 |
| 741014 | 741014 | 463780 463780 | 404983 404983 |
| 741015 | 741015 | 374344 374344 | 404983 404983 |
| 741016 | 741016 | 422048 422048 | 404983 404983 |
| 741017 | 741017 | 422049 422049 | 404983 404983 |
| 741018 | 741018 | 463779 463779 | 404983 404983 |
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)
);