inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 30251
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 845837 | 845837 | 266405 266405 | 30251 30251 |
| 845838 | 845838 | 534460 534460 | 30251 30251 |
| 845839 | 845839 | 38677 38677 | 30251 30251 |
| 845840 | 845840 | 49848 49848 | 30251 30251 |
| 845841 | 845841 | 243086 243086 | 30251 30251 |
| 845842 | 845842 | 502455 502455 | 30251 30251 |
| 845843 | 845843 | 15547 15547 | 30251 30251 |
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)
);