inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 100906
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 652079 | 652079 | 294763 294763 | 100906 100906 |
| 652080 | 652080 | 153840 153840 | 100906 100906 |
| 652081 | 652081 | 486621 486621 | 100906 100906 |
| 652082 | 652082 | 212323 212323 | 100906 100906 |
| 652083 | 652083 | 75080 75080 | 100906 100906 |
| 652084 | 652084 | 294764 294764 | 100906 100906 |
| 652085 | 652085 | 68584 68584 | 100906 100906 |
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)
);