inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17304
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 746397 | 746397 | 251810 251810 | 17304 17304 |
| 746398 | 746398 | 528368 528368 | 17304 17304 |
| 746399 | 746399 | 58595 58595 | 17304 17304 |
| 746400 | 746400 | 35656 35656 | 17304 17304 |
| 746401 | 746401 | 490714 490714 | 17304 17304 |
| 746402 | 746402 | 8348 8348 | 17304 17304 |
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)
);