inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 95683
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1024002 | 1024002 | 214688 214688 | 95683 95683 |
| 1024003 | 1024003 | 176882 176882 | 95683 95683 |
| 1024004 | 1024004 | 65187 65187 | 95683 95683 |
| 1024005 | 1024005 | 257789 257789 | 95683 95683 |
| 1024006 | 1024006 | 486404 486404 | 95683 95683 |
| 1024007 | 1024007 | 293647 293647 | 95683 95683 |
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)
);