inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 142463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 529272 | 529272 | 98852 98852 | 142463 142463 |
| 529273 | 529273 | 499769 499769 | 142463 142463 |
| 529274 | 529274 | 321583 321583 | 142463 142463 |
| 529275 | 529275 | 164671 164671 | 142463 142463 |
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)
);