inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 24261
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 747684 | 747684 | 531883 531883 | 24261 24261 |
| 747685 | 747685 | 12165 12165 | 24261 24261 |
| 747686 | 747686 | 251118 251118 | 24261 24261 |
| 747687 | 747687 | 35710 35710 | 24261 24261 |
| 747688 | 747688 | 280200 280200 | 24261 24261 |
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)
);