inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 56354
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 297482 | 297482 | 32340 32340 | 56354 56354 |
| 297483 | 297483 | 272239 272239 | 56354 56354 |
| 297484 | 297484 | 111020 111020 | 56354 56354 |
| 297485 | 297485 | 246769 246769 | 56354 56354 |
| 297486 | 297486 | 272240 272240 | 56354 56354 |
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)
);