inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 20292
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 805078 | 805078 | 37541 37541 | 20292 20292 |
| 805079 | 805079 | 243264 243264 | 20292 20292 |
| 805080 | 805080 | 55842 55842 | 20292 20292 |
| 805081 | 805081 | 266794 266794 | 20292 20292 |
| 805082 | 805082 | 10009 10009 | 20292 20292 |
| 805083 | 805083 | 494100 494100 | 20292 20292 |
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)
);