inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 66183
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 544459 | 544459 | 539653 539653 | 66183 66183 |
| 544460 | 544460 | 287995 287995 | 66183 66183 |
| 544461 | 544461 | 130574 130574 | 66183 66183 |
| 544462 | 544462 | 287994 287994 | 66183 66183 |
| 544463 | 544463 | 517168 517168 | 66183 66183 |
| 544464 | 544464 | 45610 45610 | 66183 66183 |
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)
);