inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 105631
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 795397 | 795397 | 153505 153505 | 105631 105631 |
| 795398 | 795398 | 213776 213776 | 105631 105631 |
| 795399 | 795399 | 74563 74563 | 105631 105631 |
| 795400 | 795400 | 257373 257373 | 105631 105631 |
| 795401 | 795401 | 238427 238427 | 105631 105631 |
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)
);