inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 250768
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 318860 | 318860 | 273911 273911 | 250768 250768 |
| 318861 | 318861 | 273912 273912 | 250768 250768 |
| 318862 | 318862 | 299525 299525 | 250768 250768 |
| 318863 | 318863 | 173492 173492 | 250768 250768 |
| 318864 | 318864 | 273910 273910 | 250768 250768 |
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)
);