inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 19327
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 674913 | 674913 | 314116 314116 | 19327 19327 |
| 674914 | 674914 | 9465 9465 | 19327 19327 |
| 674915 | 674915 | 529357 529357 | 19327 19327 |
| 674916 | 674916 | 30454 30454 | 19327 19327 |
| 674917 | 674917 | 493088 493088 | 19327 19327 |
| 674918 | 674918 | 85053 85053 | 19327 19327 |
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)
);