inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 38851
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 458652 | 458652 | 180508 180508 | 38851 38851 |
| 458653 | 458653 | 538297 538297 | 38851 38851 |
| 458654 | 458654 | 252038 252038 | 38851 38851 |
| 458655 | 458655 | 511781 511781 | 38851 38851 |
| 458656 | 458656 | 20184 20184 | 38851 38851 |
| 458657 | 458657 | 123206 123206 | 38851 38851 |
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)
);