inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 35019
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 354506 | 354506 | 32363 32363 | 35019 35019 |
| 354507 | 354507 | 274926 274926 | 35019 35019 |
| 354508 | 354508 | 56354 56354 | 35019 35019 |
| 354509 | 354509 | 18180 18180 | 35019 35019 |
| 354510 | 354510 | 508048 508048 | 35019 35019 |
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)
);