inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17423
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 729443 | 729443 | 490816 490816 | 17423 17423 |
| 729444 | 729444 | 50105 50105 | 17423 17423 |
| 729445 | 729445 | 281739 281739 | 17423 17423 |
| 729446 | 729446 | 34494 34494 | 17423 17423 |
| 729447 | 729447 | 8416 8416 | 17423 17423 |
| 729448 | 729448 | 251949 251949 | 17423 17423 |
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)
);