inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21258
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 942076 | 942076 | 67802 67802 | 21258 21258 |
| 942077 | 942077 | 40595 40595 | 21258 21258 |
| 942078 | 942078 | 271080 271080 | 21258 21258 |
| 942079 | 942079 | 245929 245929 | 21258 21258 |
| 942080 | 942080 | 10533 10533 | 21258 21258 |
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)
);