inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 23275
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 743742 | 743742 | 11633 11633 | 23275 23275 |
| 743743 | 743743 | 249961 249961 | 23275 23275 |
| 743744 | 743744 | 497420 497420 | 23275 23275 |
| 743745 | 743745 | 35422 35422 | 23275 23275 |
| 743746 | 743746 | 49110 49110 | 23275 23275 |
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)
);