inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
11 rows where query_id = 15187
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 365668 | 365668 | 371660 371660 | 15187 15187 |
| 365669 | 365669 | 91960 91960 | 15187 15187 |
| 365670 | 365670 | 7119 7119 | 15187 15187 |
| 365671 | 365671 | 161839 161839 | 15187 15187 |
| 365672 | 365672 | 418827 418827 | 15187 15187 |
| 365673 | 365673 | 482792 482792 | 15187 15187 |
| 365674 | 365674 | 496709 496709 | 15187 15187 |
| 365675 | 365675 | 248968 248968 | 15187 15187 |
| 365676 | 365676 | 461741 461741 | 15187 15187 |
| 365677 | 365677 | 531215 531215 | 15187 15187 |
| 365678 | 365678 | 328814 328814 | 15187 15187 |
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)
);