inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 54628
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 442020 | 442020 | 29427 29427 | 54628 54628 |
| 442021 | 442021 | 73754 73754 | 54628 54628 |
| 442022 | 442022 | 219621 219621 | 54628 54628 |
| 442023 | 442023 | 525369 525369 | 54628 54628 |
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)
);