inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 52683
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 528859 | 528859 | 324676 324676 | 52683 52683 |
| 528860 | 528860 | 254742 254742 | 52683 52683 |
| 528861 | 528861 | 27477 27477 | 52683 52683 |
| 528862 | 528862 | 203219 203219 | 52683 52683 |
| 528863 | 528863 | 57300 57300 | 52683 52683 |
| 528864 | 528864 | 539280 539280 | 52683 52683 |
| 528865 | 528865 | 286814 286814 | 52683 52683 |
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)
);