inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 19338
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 733607 | 733607 | 9470 9470 | 19338 19338 |
| 733608 | 733608 | 259338 259338 | 19338 19338 |
| 733609 | 733609 | 34728 34728 | 19338 19338 |
| 733610 | 733610 | 529362 529362 | 19338 19338 |
| 733611 | 733611 | 296393 296393 | 19338 19338 |
| 733612 | 733612 | 493102 493102 | 19338 19338 |
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)
);