inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 13705
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 805616 | 805616 | 6186 6186 | 13705 13705 |
| 805617 | 805617 | 154471 154471 | 13705 13705 |
| 805618 | 805618 | 210774 210774 | 13705 13705 |
| 805619 | 805619 | 259805 259805 | 13705 13705 |
| 805620 | 805620 | 76002 76002 | 13705 13705 |
| 805621 | 805621 | 526413 526413 | 13705 13705 |
| 805622 | 805622 | 487375 487375 | 13705 13705 |
| 805623 | 805623 | 37568 37568 | 13705 13705 |
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)
);