inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 4946
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 441835 | 441835 | 347874 347874 | 4946 4946 |
| 441836 | 441836 | 251329 251329 | 4946 4946 |
| 441837 | 441837 | 34690 34690 | 4946 4946 |
| 441838 | 441838 | 525355 525355 | 4946 4946 |
| 441839 | 441839 | 73325 73325 | 4946 4946 |
| 441840 | 441840 | 73717 73717 | 4946 4946 |
| 441841 | 441841 | 1964 1964 | 4946 4946 |
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)
);