inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 300876
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 884728 | 884728 | 205853 205853 | 300876 300876 |
| 884729 | 884729 | 209621 209621 | 300876 300876 |
| 884730 | 884730 | 208228 208228 | 300876 300876 |
| 884731 | 884731 | 206335 206335 | 300876 300876 |
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)
);