inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 68344
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 937703 | 937703 | 209537 209537 | 68344 68344 |
| 937704 | 937704 | 533562 533562 | 68344 68344 |
| 937705 | 937705 | 501318 501318 | 68344 68344 |
| 937706 | 937706 | 101624 101624 | 68344 68344 |
| 937707 | 937707 | 232102 232102 | 68344 68344 |
| 937708 | 937708 | 239686 239686 | 68344 68344 |
| 937709 | 937709 | 235288 235288 | 68344 68344 |
| 937710 | 937710 | 47150 47150 | 68344 68344 |
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)
);