inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 83122
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 631650 | 631650 | 293324 293324 | 83122 83122 |
| 631651 | 631651 | 165823 165823 | 83122 83122 |
| 631652 | 631652 | 293323 293323 | 83122 83122 |
| 631653 | 631653 | 57064 57064 | 83122 83122 |
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)
);