inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 353656
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 954990 | 954990 | 481505 481505 | 353656 353656 |
| 954991 | 954991 | 458248 458248 | 353656 353656 |
| 954992 | 954992 | 494403 494403 | 353656 353656 |
| 954993 | 954993 | 413330 413330 | 353656 353656 |
| 954994 | 954994 | 269464 269464 | 353656 353656 |
| 954995 | 954995 | 413329 413329 | 353656 353656 |
| 954996 | 954996 | 458249 458249 | 353656 353656 |
| 954997 | 954997 | 367013 367013 | 353656 353656 |
| 954998 | 954998 | 367012 367012 | 353656 353656 |
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)
);