inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 32913
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 231078 | 231078 | 109938 109938 | 32913 32913 |
| 231079 | 231079 | 317065 317065 | 32913 32913 |
| 231080 | 231080 | 171465 171465 | 32913 32913 |
| 231081 | 231081 | 17021 17021 | 32913 32913 |
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)
);