inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 68771
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 799572 | 799572 | 165499 165499 | 68771 68771 |
| 799573 | 799573 | 159572 159572 | 68771 68771 |
| 799574 | 799574 | 47372 47372 | 68771 68771 |
| 799575 | 799575 | 86928 86928 | 68771 68771 |
| 799576 | 799576 | 100583 100583 | 68771 68771 |
| 799577 | 799577 | 532930 532930 | 68771 68771 |
| 799578 | 799578 | 227977 227977 | 68771 68771 |
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)
);