inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 145987
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 665853 | 665853 | 295592 295592 | 145987 145987 |
| 665854 | 665854 | 211853 211853 | 145987 145987 |
| 665855 | 665855 | 165859 165859 | 145987 145987 |
| 665856 | 665856 | 101376 101376 | 145987 145987 |
| 665857 | 665857 | 295593 295593 | 145987 145987 |
| 665858 | 665858 | 533453 533453 | 145987 145987 |
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)
);