inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 101804
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 447471 | 447471 | 69240 69240 | 101804 101804 |
| 447472 | 447472 | 251519 251519 | 101804 101804 |
| 447473 | 447473 | 280956 280956 | 101804 101804 |
| 447474 | 447474 | 538116 538116 | 101804 101804 |
| 447475 | 447475 | 280957 280957 | 101804 101804 |
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)
);