inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 54057
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 445530 | 445530 | 490584 490584 | 54057 54057 |
| 445531 | 445531 | 80712 80712 | 54057 54057 |
| 445532 | 445532 | 28375 28375 | 54057 54057 |
| 445533 | 445533 | 340824 340824 | 54057 54057 |
| 445534 | 445534 | 528300 528300 | 54057 54057 |
| 445535 | 445535 | 251448 251448 | 54057 54057 |
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)
);