inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 80821
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 270939 | 270939 | 55330 55330 | 80821 80821 |
| 270940 | 270940 | 252992 252992 | 80821 80821 |
| 270941 | 270941 | 532152 532152 | 80821 80821 |
| 270942 | 270942 | 499059 499059 | 80821 80821 |
| 270943 | 270943 | 424731 424731 | 80821 80821 |
| 270944 | 270944 | 465476 465476 | 80821 80821 |
| 270945 | 270945 | 376737 376737 | 80821 80821 |
| 270946 | 270946 | 483772 483772 | 80821 80821 |
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)
);