inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 23430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 411460 | 411460 | 250236 250236 | 23430 23430 |
| 411461 | 411461 | 497585 497585 | 23430 23430 |
| 411462 | 411462 | 93795 93795 | 23430 23430 |
| 411463 | 411463 | 220638 220638 | 23430 23430 |
| 411464 | 411464 | 345114 345114 | 23430 23430 |
| 411465 | 411465 | 53891 53891 | 23430 23430 |
| 411466 | 411466 | 11723 11723 | 23430 23430 |
| 411467 | 411467 | 531586 531586 | 23430 23430 |
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)
);