inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 23841
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 941571 | 941571 | 531761 531761 | 23841 23841 |
| 941572 | 941572 | 239389 239389 | 23841 23841 |
| 941573 | 941573 | 11942 11942 | 23841 23841 |
| 941574 | 941574 | 498002 498002 | 23841 23841 |
| 941575 | 941575 | 64817 64817 | 23841 23841 |
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)
);