inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 160337
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 233101 | 233101 | 246448 246448 | 160337 160337 |
| 233102 | 233102 | 110222 110222 | 160337 160337 |
| 233103 | 233103 | 171638 171638 | 160337 160337 |
| 233104 | 233104 | 297817 297817 | 160337 160337 |
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)
);