inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 89434
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1005829 | 1005829 | 61046 61046 | 89434 89434 |
| 1005830 | 1005830 | 200812 200812 | 89434 89434 |
| 1005831 | 1005831 | 109350 109350 | 89434 89434 |
| 1005832 | 1005832 | 535597 535597 | 89434 89434 |
| 1005833 | 1005833 | 171116 171116 | 89434 89434 |
| 1005834 | 1005834 | 224780 224780 | 89434 89434 |
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)
);