inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 67476
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 979023 | 979023 | 46534 46534 | 67476 67476 |
| 979024 | 979024 | 207274 207274 | 67476 67476 |
| 979025 | 979025 | 76899 76899 | 67476 67476 |
| 979026 | 979026 | 155131 155131 | 67476 67476 |
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)
);